4/11/23, 1:06 PM Installation | Dash for Python Documentation | Plotly
Star 18,468
Python
Dash Python > Installation
Dash Installation
In your terminal, install dash .
pip install dash
This also brings along the plotly graphing library. This library is under active development, so
install and upgrade frequently.
If you prefer Jupyter notebook or JupyterLab as your development environment, we recommend
installing jupyter-dash:
pip install jupyter-dash
These docs are running dash version 2.9.2 .
This version supports Python 3. Versions of dash before 2.0.0 also supported Python 2.
We also recommend installing Pandas, which is required by Plotly Express and used in many of
our examples.
pip install pandas
Sign up for Dash Club → Two free cheat sheets plus updates from Chris Parmer and Adam
Schroeder delivered to your inbox every two months. Includes tips and tricks, community apps, and
deep dives into the Dash architecture. Join now.
Ready? Now, let's see an example of a minimal Dash app!
https://dash.plotly.com/installation 1/2