https://github.com/streamlit/demo-seattle-weather
A demo Streamlit dashboard exploring the classic Seattle Weather dataset.
https://github.com/streamlit/demo-seattle-weather
Last synced: 10 months ago
JSON representation
A demo Streamlit dashboard exploring the classic Seattle Weather dataset.
- Host: GitHub
- URL: https://github.com/streamlit/demo-seattle-weather
- Owner: streamlit
- Created: 2025-08-25T15:39:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T15:46:02.000Z (10 months ago)
- Last Synced: 2025-08-25T17:41:37.337Z (10 months ago)
- Language: Python
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streamlit Seattle Weather dashboard
Just an example Streamlit dashboard exploring the classic Seattle Weather dataset.
## View it in one click
[](http://demo-seattle-weather.streamlit.app/)
## Try it on your machine
1. Get the code:
```sh
$ git clone https://github.com/streamlit/demo-seattle-weather.git
```
2. Start a virtual environment and get the dependencies (requires uv):
```sh
$ uv venv
$ .venv/bin/activate
$ uv sync
```
3. Start the app:
```sh
$ streamlit run streamlit_app.py
```