Skip to content

Commit 65e2ff7

Browse files
update versions
1 parent 939d306 commit 65e2ff7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
## Quickstart
2828

29-
`pip install plotly==4.5.0`
29+
`pip install plotly==4.5.1`
3030

3131
Inside [Jupyter notebook](https://jupyter.org/install) (installable with `pip install "notebook>=5.3" "ipywidgets>=7.2"`):
3232

@@ -81,7 +81,7 @@ pip install plotly==4.5.0
8181
or conda.
8282

8383
```
84-
conda install -c plotly plotly=4.5.0
84+
conda install -c plotly plotly=4.5.1
8585
```
8686

8787
### Jupyter Notebook Support
@@ -128,10 +128,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
128128
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
129129
130130
# FigureWidget support
131-
jupyter labextension install plotlywidget@1.5.0 --no-build
131+
jupyter labextension install plotlywidget@1.5.1 --no-build
132132
133133
# and jupyterlab renderer support
134-
jupyter labextension install jupyterlab-plotly@1.5.0 --no-build
134+
jupyter labextension install jupyterlab-plotly@1.5.1 --no-build
135135
136136
# Build extensions (must be done to activate extensions since --no-build is used above)
137137
jupyter lab build

doc/python/getting-started.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
4949
plotly.py may be installed using pip...
5050

5151
```
52-
$ pip install plotly==4.5.0
52+
$ pip install plotly==4.5.1
5353
```
5454

5555
or conda.
5656

5757
```
58-
$ conda install -c plotly plotly=4.5.0
58+
$ conda install -c plotly plotly=4.5.1
5959
```
6060

6161
This package contains everything you need to write figures to standalone HTML files.
@@ -144,10 +144,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
144144
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
145145
146146
# jupyterlab renderer support
147-
jupyter labextension install jupyterlab-plotly@1.5.0 --no-build
147+
jupyter labextension install jupyterlab-plotly@1.5.1 --no-build
148148
149149
# FigureWidget support
150-
jupyter labextension install plotlywidget@1.5.0 --no-build
150+
jupyter labextension install plotlywidget@1.5.1 --no-build
151151
152152
# Build extensions (must be done to activate extensions since --no-build is used above)
153153
jupyter lab build

0 commit comments

Comments
 (0)