Skip to content

Commit a0941bf

Browse files
authored
Update getting-started.md
1 parent fd6535f commit a0941bf

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

doc/python/getting-started.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $ conda install -c plotly plotly=5.3.1
6868
```
6969
This 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+
114128
These packages contain everything you need to run JupyterLab...
115129

116130
```

0 commit comments

Comments
 (0)