Just an example Streamlit dashboard exploring the classic Seattle Weather dataset.
-
Get the code:
$ git clone https://github.com/streamlit/demo-seattle-weather.git
-
Start a virtual environment and get the dependencies (requires uv):
$ uv venv $ .venv/bin/activate $ uv sync
-
Start the app:
$ streamlit run streamlit_app.py