dash
Package — VisualizationPython 3.7+Intermediate
Build analytical web dashboards with Plotly
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- Flask, Plotly, dash-core-components, dash-html-components, dash-table
- Install
pip install dash
Learn by Difficulty
Quick Example
python
# Install: pip install dash import dash # Basic dash usage print(f"Using dash") # See documentation for detailed examples
dash is a third-party package. Build analytical web dashboards with Plotly. Install with: pip install dash
Try in PlaygroundTags
packagevisualizationchartingplotting