Skip to content

fneum/streamlit-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic interactive dashboard with streamlit, plotly and powerplantmatching.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages