Skip to content

Commit 3e3489c

Browse files
authored
chore: Remove UI from quickstart colab (#2951)
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 <danny@tecton.ai>
1 parent b69eadc commit 3e3489c

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

examples/quickstart/quickstart.ipynb

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -949,45 +949,6 @@
949949
"pprint(feature_vector)"
950950
]
951951
},
952-
{
953-
"cell_type": "markdown",
954-
"metadata": {
955-
"id": "_dBcqkaCnOYv"
956-
},
957-
"source": [
958-
"## Step 7: Explore registered features with the Web UI"
959-
]
960-
},
961-
{
962-
"cell_type": "code",
963-
"execution_count": 21,
964-
"metadata": {
965-
"colab": {
966-
"base_uri": "https://localhost:8080/",
967-
"height": 52
968-
},
969-
"id": "mCUPypyhl5TH",
970-
"outputId": "fb2475c3-b254-42e6-b638-7982d52d2a19"
971-
},
972-
"outputs": [
973-
{
974-
"name": "stdout",
975-
"output_type": "stream",
976-
"text": [
977-
"nohup: appending output to 'nohup.out'\n",
978-
"Open the Web UI at https://c6cuffvc4qm-496ff2e9c6d22116-8888-colab.googleusercontent.com/\n"
979-
]
980-
}
981-
],
982-
"source": [
983-
"from google.colab.output import eval_js\n",
984-
"host = eval_js(\"google.colab.kernel.proxyPort(8888)\")\n",
985-
"\n",
986-
"!nohup feast ui &\n",
987-
"\n",
988-
"print(f\"Open the Web UI at {host}\")"
989-
]
990-
},
991952
{
992953
"cell_type": "markdown",
993954
"metadata": {

0 commit comments

Comments
 (0)