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 1788c1c

Browse filesBrowse files
bumping doc versions to 5.6.0
1 parent c6026e6 commit 1788c1c
Copy full SHA for 1788c1c

File tree

Expand file treeCollapse file tree

4 files changed

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

4 files changed

+6
-6
lines changed

‎binder/requirements.txt

Copy file name to clipboardExpand all lines: binder/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jupytext
2-
plotly==5.5.0
2+
plotly==5.6.0
33
jupyter
44
notebook
55
pandas==1.0.3

‎doc/apidoc/conf.py

Copy file name to clipboardExpand all lines: doc/apidoc/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# The short X.Y version
2929
version = ""
3030
# The full version, including alpha/beta/rc tags
31-
release = "5.5.0"
31+
release = "5.6.0"
3232

3333

3434
# -- General configuration ---------------------------------------------------

‎doc/python/getting-started.md

Copy file name to clipboardExpand all lines: doc/python/getting-started.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot
5858
`plotly` may be installed using `pip`:
5959

6060
```
61-
$ pip install plotly==5.5.0
61+
$ pip install plotly==5.6.0
6262
```
6363

6464
or `conda`:
6565

6666
```
67-
$ conda install -c plotly plotly=5.5.0
67+
$ conda install -c plotly plotly=5.6.0
6868
```
6969
This package contains everything you need to write figures to standalone HTML files.
7070

@@ -148,7 +148,7 @@ The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**,
148148

149149
```
150150
# JupyterLab 2.x renderer support
151-
jupyter labextension install jupyterlab-plotly@5.5.0 @jupyter-widgets/jupyterlab-manager
151+
jupyter labextension install jupyterlab-plotly@5.6.0 @jupyter-widgets/jupyterlab-manager
152152
```
153153

154154
Please check out our [Troubleshooting guide](/python/troubleshooting/) if you run into any problems with JupyterLab, particularly if you are using multiple python environments inside Jupyter.

‎doc/requirements.txt

Copy file name to clipboardExpand all lines: doc/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plotly==5.5.0
1+
plotly==5.6.0
22
jupytext==1.1.1
33
jupyter-client<7
44
jupyter

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.