Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa14db7

Browse filesBrowse files
bump versions in docs
1 parent eaa9c22 commit aa14db7
Copy full SHA for aa14db7

File tree

Expand file treeCollapse file tree

2 files changed

+9
-9
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-9
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
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/jupyterlab-manager@1.1 --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

Copy file name to clipboardExpand all lines: doc/python/getting-started.md
+4-4Lines changed: 4 additions & 4 deletions
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/jupyterlab-manager@1.1 --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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.