Skip to content

Commit e47012e

Browse files
committedSep 10, 2020
update docs
1 parent b820e67 commit e47012e

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed
 

‎binder/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jupytext
2-
plotly==4.9.0
2+
plotly==4.10.0
33
jupyter
44
notebook
55
pandas==1.0.3

‎doc/apidoc/conf.py

+1-1
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 = "4.9.0"
31+
release = "4.10.0"
3232

3333

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

‎doc/python/getting-started.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot
5959
`plotly` may be installed using pip...
6060

6161
```
62-
$ pip install plotly==4.9.0
62+
$ pip install plotly==4.10.0
6363
```
6464

6565
or conda.
6666

6767
```
68-
$ conda install -c plotly plotly=4.9.0
68+
$ conda install -c plotly plotly=4.10.0
6969
```
7070

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

145145
```
146146
# JupyterLab renderer support
147-
jupyter labextension install jupyterlab-plotly@4.9.0
147+
jupyter labextension install jupyterlab-plotly@4.10.0
148148
149149
# OPTIONAL: Jupyter widgets extension
150-
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.9.0
150+
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.10.0
151151
```
152152

153153
These packages contain everything you need to run JupyterLab...

‎release.md

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ $ anaconda upload /path/to/anaconda3/conda-bld/noarch/plotly-*.tar.bz2
122122
### Update documentation site
123123

124124
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:
125-
- `README.md`
126125
- `doc/python/getting-started.md`
127126
- `doc/apidoc/conf.py`
128127
- `doc/requirements.txt`

0 commit comments

Comments
 (0)
Please sign in to comment.