Skip to content

Commit

Permalink
bumping doc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Jun 8, 2022
1 parent d4c461a commit 706b04e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jupytext
plotly==5.8.0
plotly==5.8.1
jupyter
notebook
pandas==1.0.3
Expand Down
2 changes: 1 addition & 1 deletion doc/apidoc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "5.8.0"
release = "5.8.1"


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions doc/python/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot
`plotly` may be installed using `pip`:

```
$ pip install plotly==5.8.0
$ pip install plotly==5.8.1
```

or `conda`:

```
$ conda install -c plotly plotly=5.8.0
$ conda install -c plotly plotly=5.8.1
```
This package contains everything you need to write figures to standalone HTML files.

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

```
# JupyterLab 2.x renderer support
jupyter labextension install [email protected].0 @jupyter-widgets/jupyterlab-manager
jupyter labextension install [email protected].1 @jupyter-widgets/jupyterlab-manager
```

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.
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plotly==5.8.0
plotly==5.8.1
jupytext==1.1.1
jupyter-client<7
jupyter
Expand Down

0 comments on commit 706b04e

Please sign in to comment.