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 Playground

Tags

packagevisualizationdashboarddata-appinteractive

Related Items