/streamlit-tutorial

A simple tutorial script on Streamlit using the Iris Dataset

Primary LanguagePythonMIT LicenseMIT

streamlit-tutorial

A simple tutorial script on Streamlit using the Iris Dataset.

Look through the script (iris.py) method-by-method, and see how it is shown on the website (dashboard).

Online demo: here

image

To Run

  • pip3 install streamlit
  • streamlit run iris.py
  • Copy and paste the shown address to your web browser to load.

Pros & Cons of Streamlit

image

Comparison between Streamlit and Jupyter Notebook

(c.f. https://discuss.streamlit.io/t/working-with-jupyter-notebooks/368)

image

Documentation