Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Sep 10, 2020
1 parent b820e67 commit e47012e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 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==4.9.0
plotly==4.10.0
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 = "4.9.0"
release = "4.10.0"


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

```
$ pip install plotly==4.9.0
$ pip install plotly==4.10.0
```

or conda.

```
$ conda install -c plotly plotly=4.9.0
$ conda install -c plotly plotly=4.10.0
```

This package contains everything you need to write figures to standalone HTML files.
Expand Down Expand Up @@ -144,10 +144,10 @@ Then run the following commands to install the required JupyterLab extensions (n

```
# JupyterLab renderer support
jupyter labextension install jupyterlab-plotly@4.9.0
jupyter labextension install jupyterlab-plotly@4.10.0
# OPTIONAL: Jupyter widgets extension
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.9.0
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.10.0
```

These packages contain everything you need to run JupyterLab...
Expand Down
1 change: 0 additions & 1 deletion release.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ $ anaconda upload /path/to/anaconda3/conda-bld/noarch/plotly-*.tar.bz2
### Update documentation site

1. Search for the previous version string in the docs and replace it with the new version string, including but not necessarily limited to the following files:
- `README.md`
- `doc/python/getting-started.md`
- `doc/apidoc/conf.py`
- `doc/requirements.txt`
Expand Down

0 comments on commit e47012e

Please sign in to comment.