/Streamlit_demo

Data Analysis Project using J Notebooks & Streamlit, prepared for a PyData workshop.

Primary LanguageJupyter Notebook

Development

  1. Create and and activate a virtual environment
$ python3 -m venv venv
$ source venv/bin/activate
  1. Install the requirments
$ pip install -r requirements.txt
  1. Run the app locally
$ streamlit my_app.py

More ✨

To run a streamlit sample project

$ streamlit hello

This app is currently hosted on streamlit cloud here.

Data