Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.09 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.09 KB

Streamlit Tutorial with powerplantmatching Data

This tutorial builds a minimal interactive dashboard using streamlit, plotly and data from powerplantmatching.

Download

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.

Installation

With pip run:

pip install -r requirements.txt

Run Locally

In terminal, run:

streamlit run app.py

Deploy on the Web

Go to https://share.streamlit.io/ and follow instructions there.

Live Demo

You can find a live demo of the app here:

https://ppm-dash.streamlit.app/

Files

├── requirements.txt      pip packages
├── .streamlit            
│   └── config.toml       streamlit configuration file
├── app.py                streamlit app
├── LICENSE
└── README.md