Skip to content

Commit 630cb90

Browse files
committed
🎨 format for block uncommeting
- might be good to have this as a parameter which is per default set to false? (open=False)
1 parent faeede0 commit 630cb90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/vuegen_basic_case_study.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"metadata": {},
172172
"outputs": [],
173173
"source": [
174-
"# Launch the Streamlit report depneding on the platform\n",
174+
"# # Launch the Streamlit report depneding on the platform\n",
175175
"# if not IN_COLAB:\n",
176176
"# !streamlit run streamlit_report/sections/report_manager.py\n",
177177
"# else: # https://discuss.streamlit.io/t/how-to-launch-streamlit-app-from-google-colab-notebook/42399\n",
@@ -314,10 +314,10 @@
314314
"metadata": {},
315315
"outputs": [],
316316
"source": [
317-
"# Launch the Streamlit report depneding on the platform\n",
318-
"#if not IN_COLAB:\n",
317+
"# # Launch the Streamlit report depneding on the platform\n",
318+
"# if not IN_COLAB:\n",
319319
"# !streamlit run streamlit_report/sections/report_manager.py\n",
320-
"#else:\n",
320+
"# else: # https://discuss.streamlit.io/t/how-to-launch-streamlit-app-from-google-colab-notebook/42399\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)