Dash Installation

In your Julia REPL, install Dash and other supporting packages

pkg> add Dash

To install the latest (stable) development version of Dash instead:

using Pkg;
Pkg.add(PackageSpec(url="https://github.com/plotly/Dash.jl.git", rev="dev"))

A quick note on checking your versions and on upgrading. These docs are run using the versions listed above and these versions should be the latest versions available. To check which version that you have installed, you can run:

Pkg.status("Dash")

To see the latest changes of any package, check the CHANGELOG.MD file in the appropriate GitHub repo.

This also brings along the Plotly graphing library. This library is under active development, so install and upgrade frequently.

These docs are running Dash version 1.0.0.

This version supports Julia 1.2 or higher.

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.

Write, deploy, and scale Dash apps on Dash Enterprise.

Learn More | Pricing | Dash Enterprise Demo | Dash Enterprise Overview