Streamlit Code Running from Jupyter Notebook

Streamlit – Jupyter

Run Streamlit Code from Jupyter Notebook



  • Open command prompt
  • Run the command,
    • jupyter nbconvert –to script JupyterNotebookName.ipynb
    • awk ‘!/ipython/’ JupyterNotebookName.py > temp.py && mv temp.py app.py && rm JupyterNotebookName.py
    • streamlit run app.py
  • Open the url http://localhost:8501 (Browser)


Leave a comment

Design a site like this with WordPress.com
Get started