Skip to content

Commit

Permalink
chore: Remove UI from quickstart colab (#2951)
Browse files Browse the repository at this point in the history
chore: Remove UI from quickstart colab since Colab only supports Python 3.7, which means it isn't showing the latest releases

Signed-off-by: Danny Chiao <[email protected]>
  • Loading branch information
adchia committed Jul 19, 2022
1 parent 0bfc7d9 commit 57ed370
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions examples/quickstart/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -949,45 +949,6 @@
"pprint(feature_vector)"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "_dBcqkaCnOYv"
},
"source": [
"## Step 7: Explore registered features with the Web UI"
]
},
{
"cell_type": "code",
"execution_count": 21,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 52
},
"id": "mCUPypyhl5TH",
"outputId": "fb2475c3-b254-42e6-b638-7982d52d2a19"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"nohup: appending output to 'nohup.out'\n",
"Open the Web UI at https://c6cuffvc4qm-496ff2e9c6d22116-8888-colab.googleusercontent.com/\n"
]
}
],
"source": [
"from google.colab.output import eval_js\n",
"host = eval_js(\"google.colab.kernel.proxyPort(8888)\")\n",
"\n",
"!nohup feast ui &\n",
"\n",
"print(f\"Open the Web UI at {host}\")"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down

0 comments on commit 57ed370

Please sign in to comment.