Skip to content

Commit aa14db7

Browse files
bump versions in docs
1 parent eaa9c22 commit aa14db7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
## Quickstart
3636

37-
`pip install plotly==4.5.4`
37+
`pip install plotly==4.6.0`
3838

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

@@ -83,13 +83,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
8383
plotly.py may be installed using pip...
8484

8585
```
86-
pip install plotly==4.5.4
86+
pip install plotly==4.6.0
8787
```
8888

8989
or conda.
9090

9191
```
92-
conda install -c plotly plotly=4.5.4
92+
conda install -c plotly plotly=4.6.0
9393
```
9494

9595
### Jupyter Notebook Support
@@ -136,10 +136,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
136136
jupyter labextension install @jupyter-widgets/[email protected] --no-build
137137
138138
# FigureWidget support
139-
jupyter labextension install plotlywidget@1.5.4 --no-build
139+
jupyter labextension install plotlywidget@4.6.0 --no-build
140140
141141
# and jupyterlab renderer support
142-
jupyter labextension install jupyterlab-plotly@1.5.4 --no-build
142+
jupyter labextension install jupyterlab-plotly@4.6.0 --no-build
143143
144144
# Build extensions (must be done to activate extensions since --no-build is used above)
145145
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.4
52+
$ pip install plotly==4.6.0
5353
```
5454

5555
or conda.
5656

5757
```
58-
$ conda install -c plotly plotly=4.5.4
58+
$ conda install -c plotly plotly=4.6.0
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/[email protected] --no-build
145145
146146
# jupyterlab renderer support
147-
jupyter labextension install jupyterlab-plotly@1.5.4 --no-build
147+
jupyter labextension install jupyterlab-plotly@4.6.0 --no-build
148148
149149
# FigureWidget support
150-
jupyter labextension install plotlywidget@1.5.4 --no-build
150+
jupyter labextension install plotlywidget@4.6.0 --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)