streamlit:
hello world
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.
Notes
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
Feedback? See an issue? Something unclear? Feel free to mention it here.
If you want to be kept up to date, consider signing up for the newsletter.