Skip to content

Commit df7522f

Browse files
committed
🐛 Set run_streamlit to false to slve sphinx issue CI
1 parent 4df7ef2 commit df7522f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/vuegen_apicall_case_study.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"- Part of the code from the APICall section was adapated from this [blog post][apicall-blog].\n",
3232
"\n",
3333
"[colab_badge]: https://colab.research.google.com/assets/colab-badge.svg\n",
34-
"[colab_link]: https://colab.research.google.com/github/Multiomics-Analytics-Group/vuegen/blob/main/docs/vuegen_apicall_chatbot_case_study.ipynb\n",
34+
"[colab_link]: https://colab.research.google.com/github/Multiomics-Analytics-Group/vuegen/blob/main/docs/vuegen_apicall_case_study.ipynb\n",
3535
"[abstractfig_vuegen]: https://raw.githubusercontent.com/Multiomics-Analytics-Group/vuegen/main/docs/images/vuegen_graph_abstract.png\n",
3636
"[Mona]: https://multiomics-analytics-group.github.io/\n",
3737
"[Biosustain]: https://www.biosustain.dtu.dk/\n",
@@ -482,7 +482,7 @@
482482
},
483483
{
484484
"cell_type": "code",
485-
"execution_count": 17,
485+
"execution_count": null,
486486
"id": "2983d5c0",
487487
"metadata": {
488488
"tags": [
@@ -510,8 +510,8 @@
510510
}
511511
],
512512
"source": [
513-
"# run_streamlit = False\n",
514-
"run_streamlit = True # uncomment line to run the streamlit report\n",
513+
"run_streamlit = False\n",
514+
"# run_streamlit = True # uncomment line to run the streamlit report\n",
515515
"# Launch the Streamlit report depneding on the platform\n",
516516
"if not IN_COLAB and run_streamlit:\n",
517517
" !streamlit run streamlit_report/sections/report_manager.py\n",

docs/vuegen_chatbot_case_study.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"- You can find more details about the project in this [GitHub repository][githubrepo].\n",
3434
"\n",
3535
"[colab_badge]: https://colab.research.google.com/assets/colab-badge.svg\n",
36-
"[colab_link]: https://colab.research.google.com/github/Multiomics-Analytics-Group/vuegen/blob/main/docs/vuegen_apicall_chatbot_case_study.ipynb\n",
36+
"[colab_link]: https://colab.research.google.com/github/Multiomics-Analytics-Group/vuegen/blob/main/docs/vuegen_chatbot_case_study.ipynb\n",
3737
"[abstractfig_vuegen]: https://raw.githubusercontent.com/Multiomics-Analytics-Group/vuegen/main/docs/images/vuegen_graph_abstract.png\n",
3838
"[Mona]: https://multiomics-analytics-group.github.io/\n",
3939
"[Biosustain]: https://www.biosustain.dtu.dk/\n",
@@ -330,7 +330,7 @@
330330
},
331331
{
332332
"cell_type": "code",
333-
"execution_count": 17,
333+
"execution_count": null,
334334
"id": "2983d5c0",
335335
"metadata": {
336336
"tags": [
@@ -358,8 +358,8 @@
358358
}
359359
],
360360
"source": [
361-
"# run_streamlit = False\n",
362-
"run_streamlit = True # uncomment line to run the streamlit report\n",
361+
"run_streamlit = False\n",
362+
"# run_streamlit = True # uncomment line to run the streamlit report\n",
363363
"# Launch the Streamlit report depneding on the platform\n",
364364
"if not IN_COLAB and run_streamlit:\n",
365365
" !streamlit run streamlit_report/sections/report_manager.py\n",

0 commit comments

Comments
 (0)