Skip to content

Commit b53d0c7

Browse files
committed
Update getting started versions for plotly.py 4.1.0
1 parent c5ad978 commit b53d0c7

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
@@ -46,12 +46,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
4646
plotly.py may be installed using pip...
4747

4848
```
49-
$ pip install plotly==4.0.0
49+
$ pip install plotly==4.1.0
5050
```
5151
or conda.
5252

5353
```
54-
$ conda install -c plotly plotly=4.0.0
54+
$ conda install -c plotly plotly=4.1.0
5555
```
5656
This package contains everything you need to write figures to standalone HTML files.
5757

@@ -131,10 +131,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
131131
jupyter labextension install @jupyter-widgets/[email protected] --no-build
132132
133133
# jupyterlab renderer support
134-
jupyter labextension install jupyterlab-plotly@1.0.0 --no-build
134+
jupyter labextension install jupyterlab-plotly@1.1.0 --no-build
135135
136136
# FigureWidget support
137-
jupyter labextension install plotlywidget@1.0.0 --no-build
137+
jupyter labextension install plotlywidget@1.1.0 --no-build
138138
139139
# JupyterLab chart editor support (optional)
140140
jupyter labextension install [email protected] --no-build

0 commit comments

Comments
 (0)