0% found this document useful (0 votes)
50 views

Installation - Dash For Python Documentation - Plotly

Dash is a Python framework for building web-based analytics apps. To install Dash, run "pip install dash" which will also install the Plotly graphing library. For Jupyter notebooks, install "jupyter-dash". The current version of Dash is 2.9.2 and supports Python 3. It is also recommended to install Pandas which is required by Plotly Express.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views

Installation - Dash For Python Documentation - Plotly

Dash is a Python framework for building web-based analytics apps. To install Dash, run "pip install dash" which will also install the Plotly graphing library. For Jupyter notebooks, install "jupyter-dash". The current version of Dash is 2.9.2 and supports Python 3. It is also recommended to install Pandas which is required by Plotly Express.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like