Skip to content

Commit

Permalink
Merge pull request #4521 from plotly/5.19-docs-updates
Browse files Browse the repository at this point in the history
Update Plotly versions for docs
  • Loading branch information
LiamConnors committed Feb 15, 2024
2 parents 5bac931 + 76a196a commit 326d8ab
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.18.0
plotly==5.19.0
jupyter
notebook
pandas==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion doc/apidoc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "5.18.0"
release = "5.19.0"


# -- 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.18.0
$ pip install plotly==5.19.0
```

or `conda`:

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

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

```
# JupyterLab 2.x renderer support
jupyter labextension install jupyterlab-plotly@5.18.0 @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyterlab-plotly@5.19.0 @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.18.0
plotly==5.19.0
jupytext==1.1.1
ipywidgets==7.7.2
jupyter-client<7
Expand Down

0 comments on commit 326d8ab

Please sign in to comment.