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 c94047a

Browse filesBrowse files
releasing 4.7.0
1 parent e6ecef6 commit c94047a
Copy full SHA for c94047a

File tree

Expand file treeCollapse file tree

8 files changed

+417
-398
lines changed
Filter options
Expand file treeCollapse file tree

8 files changed

+417
-398
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
@@ -33,7 +33,7 @@
3333

3434
## Quickstart
3535

36-
`pip install plotly==4.6.0`
36+
`pip install plotly==4.7.0`
3737

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

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

8484
```
85-
pip install plotly==4.6.0
85+
pip install plotly==4.7.0
8686
```
8787

8888
or conda.
8989

9090
```
91-
conda install -c plotly plotly=4.6.0
91+
conda install -c plotly plotly=4.7.0
9292
```
9393

9494
### Jupyter Notebook Support
@@ -135,10 +135,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
135135
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
136136
137137
# FigureWidget support
138-
jupyter labextension install plotlywidget@4.6.0 --no-build
138+
jupyter labextension install plotlywidget@4.7.0 --no-build
139139
140140
# and jupyterlab renderer support
141-
jupyter labextension install jupyterlab-plotly@4.6.0 --no-build
141+
jupyter labextension install jupyterlab-plotly@4.7.0 --no-build
142142
143143
# Build extensions (must be done to activate extensions since --no-build is used above)
144144
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.6.0
52+
$ pip install plotly==4.7.0
5353
```
5454

5555
or conda.
5656

5757
```
58-
$ conda install -c plotly plotly=4.6.0
58+
$ conda install -c plotly plotly=4.7.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@4.6.0 --no-build
147+
jupyter labextension install jupyterlab-plotly@4.7.0 --no-build
148148
149149
# FigureWidget support
150-
jupyter labextension install plotlywidget@4.6.0 --no-build
150+
jupyter labextension install plotlywidget@4.7.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.