Skip to content

Commit 14c4f22

Browse files
Update getting-started.md
1 parent 0b5ea02 commit 14c4f22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
4747
plotly.py may be installed using pip...
4848

4949
```
50-
$ pip install plotly==4.1.0
50+
$ pip install plotly==4.2.1
5151
```
5252
or conda.
5353

5454
```
55-
$ conda install -c plotly plotly=4.1.0
55+
$ conda install -c plotly plotly=4.2.1
5656
```
5757
This package contains everything you need to write figures to standalone HTML files.
5858

@@ -132,10 +132,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
132132
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0 --no-build
133133
134134
# jupyterlab renderer support
135-
jupyter labextension install jupyterlab-plotly@1.1.0 --no-build
135+
jupyter labextension install jupyterlab-plotly@1.2.0 --no-build
136136
137137
# FigureWidget support
138-
jupyter labextension install plotlywidget@1.1.0 --no-build
138+
jupyter labextension install plotlywidget@1.2.0 --no-build
139139
140140
# JupyterLab chart editor support (optional)
141141
jupyter labextension install jupyterlab-chart-editor@1.2 --no-build

0 commit comments

Comments
 (0)