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.gitor
git clone git@github.com:fneum/streamlit-tutorial.gitOtherwise, download ZIP file.
With pip run:
pip install -r requirements.txtIn terminal, run:
streamlit run app.pyGo 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
To deepen your understanding of Streamlit, check out these resources: