This tutorial builds a minimal interactive dashboard
using streamlit
, plotly
and
data from powerplantmatching
.
With git
run:
git clone https://github.com/fneum/streamlit-tutorial.git
or
git clone git@github.com:fneum/streamlit-tutorial.git
Otherwise, download ZIP file.
With pip
run:
pip install -r requirements.txt
In terminal, run:
streamlit run app.py
Go to https://share.streamlit.io/ and follow instructions there.
You can find a live demo of the app here:
https://ppm-dash.streamlit.app/
├── requirements.txt pip packages
├── .streamlit
│ └── config.toml streamlit configuration file
├── app.py streamlit app
├── LICENSE
└── README.md