streamlit
Package — VisualizationPython 3.8+Beginner
Build data apps with minimal code; auto-reactive UI
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.8+
- Dependencies
- altair, blinker, caching, click, numpy, packaging, pandas, Pillow, protobuf, pyarrow, requests, rich, tenacity, toml, tornado, typing-extensions
- Install
pip install streamlit
Learn by Difficulty
Quick Example
python
# Install: pip install streamlit import streamlit # Basic streamlit usage print(f"Using streamlit") # See documentation for detailed examples
streamlit is a third-party package. Build data apps with minimal code; auto-reactive UI. Install with: pip install streamlit
Try in PlaygroundTags
packagevisualizationdashboarddata-appinteractive
Related Items
gradio
Package — GUI
Build ML demo UIs in minutes: inputs, outputs, sharing
dash
Package — Visualization
Build analytical web dashboards with Plotly
panel
Package — Visualization
Interactive dashboards from notebooks or scripts (HoloViz)
plotly
Package — Visualization
Interactive browser-based charts and dashboards
pandas
Package — Data Science
Data manipulation with DataFrame and Series structures
matplotlib
Package — Visualization
Comprehensive 2D/3D plotting; foundation of Python data viz