Calmcode - streamlit: hello world

How to install streamlit.

1 2 3 4 5 6 7 8 9

Sometimes you'd like to show a demo of working code without a jupyter notebook around it. The code is useful, but it might scare some stakeholders away. For those moments streamlit can be a great option.

To get started with streamlit, you need to install it in your virtual environment.

pip install streamlit

Note that it would be good to also take the time to install the other dependencies we'll use in this series of videos.

pip install pandas matplotlib scikit-learn

To run the demo after installation you need to run;

streamlit hello