Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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