File tree 1 file changed +15
-1
lines changed
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
68
68
```
69
69
This package contains everything you need to write figures to standalone HTML files.
70
70
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):
72
72
73
73
```
74
74
$ pip install dash
@@ -111,6 +111,20 @@ or `conda`:
111
111
$ conda install "jupyterlab>=3" "ipywidgets>=7.6"
112
112
```
113
113
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
+
114
128
These packages contain everything you need to run JupyterLab...
115
129
116
130
```
You can’t perform that action at this time.
0 commit comments