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
pip3 install streamlit
streamlit run iris.py
- Copy and paste the shown address to your web browser to load.
(c.f. https://discuss.streamlit.io/t/working-with-jupyter-notebooks/368)