File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
jupytext
2
- plotly == 4.9 .0
2
+ plotly == 4.10 .0
3
3
jupyter
4
4
notebook
5
5
pandas == 1.0.3
Original file line number Diff line number Diff line change 28
28
# The short X.Y version
29
29
version = ""
30
30
# The full version, including alpha/beta/rc tags
31
- release = "4.9 .0"
31
+ release = "4.10 .0"
32
32
33
33
34
34
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot
59
59
` plotly ` may be installed using pip...
60
60
61
61
```
62
- $ pip install plotly==4.9 .0
62
+ $ pip install plotly==4.10 .0
63
63
```
64
64
65
65
or conda.
66
66
67
67
```
68
- $ conda install -c plotly plotly=4.9 .0
68
+ $ conda install -c plotly plotly=4.10 .0
69
69
```
70
70
71
71
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
144
144
145
145
```
146
146
# JupyterLab renderer support
147
- jupyter labextension install jupyterlab-plotly@4.9 .0
147
+ jupyter labextension install jupyterlab-plotly@4.10 .0
148
148
149
149
# 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
151
151
```
152
152
153
153
These packages contain everything you need to run JupyterLab...
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ $ anaconda upload /path/to/anaconda3/conda-bld/noarch/plotly-*.tar.bz2
122
122
### Update documentation site
123
123
124
124
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 `
126
125
- ` doc/python/getting-started.md `
127
126
- ` doc/apidoc/conf.py `
128
127
- ` doc/requirements.txt `
You can’t perform that action at this time.
0 commit comments