Skip to content

Commit faeede0

Browse files
committed
🐛 remove old references to platform in commented sections
1 parent c0d5b98 commit faeede0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/vuegen_basic_case_study.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@
172172
"outputs": [],
173173
"source": [
174174
"# Launch the Streamlit report depneding on the platform\n",
175-
"# if platform == \"local_notebook\":\n",
175+
"# if not IN_COLAB:\n",
176176
"# !streamlit run streamlit_report/sections/report_manager.py\n",
177-
"# elif platform == \"colab\": # https://discuss.streamlit.io/t/how-to-launch-streamlit-app-from-google-colab-notebook/42399\n",
177+
"# else: # https://discuss.streamlit.io/t/how-to-launch-streamlit-app-from-google-colab-notebook/42399\n",
178178
"# print(\"Password/Enpoint IP for localtunnel is:\",urllib.request.urlopen('https://ipv4.icanhazip.com').read().decode('utf8').strip(\"\\n\"))\n",
179179
"# !streamlit run streamlit_report/sections/report_manager.py --server.address=localhost &>/content/logs.txt &\n",
180180
"# !npx localtunnel --port 8501"
@@ -317,7 +317,7 @@
317317
"# Launch the Streamlit report depneding on the platform\n",
318318
"#if not IN_COLAB:\n",
319319
"# !streamlit run streamlit_report/sections/report_manager.py\n",
320-
"#elif platform == \"colab\":\n",
320+
"#else:\n",
321321
"# print(\"Password/Enpoint IP for localtunnel is:\",urllib.request.urlopen('https://ipv4.icanhazip.com').read().decode('utf8').strip(\"\\n\"))\n",
322322
"# !streamlit run streamlit_report/sections/report_manager.py --server.address=localhost &>/content/logs.txt &\n",
323323
"# !npx localtunnel --port 8501"

0 commit comments

Comments
 (0)