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.
Write, deploy, and scale Dash apps on Dash Enterprise.
Learn More |
Pricing |
Dash Enterprise Demo |
Dash Enterprise Overview