To use binder just click the link below. The first opens the tutorial notebook and the second takes you straight to jupyterlab for more experimentation
A repository for getting started with Dash using Jupyter and Binder
-
Tutorial
-
Table View (https://github.com/plotly/dash-table-experiments)
-
Colorscales (https://github.com/plotly/dash-colorscales)
-
Raw HTML Support, dangerous (https://github.com/plotly/dash-dangerously-set-inner-html)
-
VisDCC (https://github.com/jimmybow/visdcc)
- WIP since the bundle.js isn't hosted on a CDN yet
-
mydcc (https://github.com/jimmybow/mydcc)
- WIP since the bundle.js isn't hosted on a CDN yet
You can use the jupyter-repo2docker tool to make a Dockerfile from the repository
jupyter-repo2docker https://github.com/4QuantOSS/DashIntro/
All of the older docker files are in the Docker subdirectory
To make the image yourself you can use the
docker build . -t dashdemo
docker pull 4quant/dashdemo
docker run --rm -p 8888:8888 -p 9999:9999 -t dashdemo
docker run --rm -p 8888:8888 -p 9999:9999 -v $(pwd)/notebooks:/home/dash_demo/notebooks -t dashdemo