File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
jupytext
2
- plotly == 4.12 .0
2
+ plotly == 4.13 .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.12 .0"
31
+ release = "4.13 .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.12 .0
62
+ $ pip install plotly==4.13 .0
63
63
```
64
64
65
65
or conda.
66
66
67
67
```
68
- $ conda install -c plotly plotly=4.12 .0
68
+ $ conda install -c plotly plotly=4.13 .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.12 .0
147
+ jupyter labextension install jupyterlab-plotly@4.13 .0
148
148
149
149
# OPTIONAL: Jupyter widgets extension
150
- jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.12 .0
150
+ jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.13 .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 1
- plotly == 4.12 .0
1
+ plotly == 4.13 .0
2
2
jupytext == 1.1.1
3
3
jupyter
4
4
notebook
You can’t perform that action at this time.
0 commit comments