File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ $ conda install -c plotly plotly=5.3.1
6868```
6969This package contains everything you need to write figures to standalone HTML files.
7070
71- You'll also likely want ` dash ` for adding widgets such as sliders, buttons, and dropdowns to your charts (see more below! ):
71+ You'll also likely want ` dash ` for adding widgets such as sliders, buttons, and dropdowns to your charts (see more below):
7272
7373```
7474$ pip install dash
@@ -111,6 +111,20 @@ or `conda`:
111111$ conda install "jupyterlab>=3" "ipywidgets>=7.6"
112112```
113113
114+ You'll ned ` jupyter-dash ` to add widgets such as sliders, dropdowns, and buttons to Plotly charts in JupyterLab.
115+
116+ Install [ ` jupyter-dash ` ] ( https://github.com/plotly/jupyter-dash ) using ` pip ` :
117+
118+ ```
119+ $ pip install jupyter-dash
120+ ```
121+
122+ or ` conda ` :
123+
124+ ```
125+ $ conda install -c conda-forge -c plotly jupyter-dash
126+ ```
127+
114128These packages contain everything you need to run JupyterLab...
115129
116130```
You can’t perform that action at this time.
0 commit comments