General
Install
conda create --name Dash python=3.7 # create an empty virtual environment
conda install dash # dash-1.19.0
conda install pandas # pandas-1.2.1
		
Local Server
http://localhost:8050
		
Modules
  • dash, initialize the application
  • dash_core_components, create interactive components like graphs, dropdowns, or date ranges
  • dash_html_components, access HTML tags
  • Reference
  • Plotly Express Gallery
  • Dash HTML Components
  • Dash Core Components Gallery
  • Dash Gallery
  • Dash Documentation
  • Tutorial