File tree 5 files changed +16
-8
lines changed
5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ 4.12.0] - unreleased
5
+ ## [ 4.13.0] - UNRELEASED
6
+
7
+
8
+
9
+ ## [ 4.12.1] - UNRELEASED
10
+
11
+
12
+
13
+ ## [ 4.12.0] - 2020-10-23
6
14
7
15
### Added
8
16
Original file line number Diff line number Diff line change 1
1
jupytext
2
- plotly == 4.11 .0
2
+ plotly == 4.12 .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.11 .0"
31
+ release = "4.12 .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.11 .0
62
+ $ pip install plotly==4.12 .0
63
63
```
64
64
65
65
or conda.
66
66
67
67
```
68
- $ conda install -c plotly plotly=4.11 .0
68
+ $ conda install -c plotly plotly=4.12 .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.11 .0
147
+ jupyter labextension install jupyterlab-plotly@4.12 .0
148
148
149
149
# OPTIONAL: Jupyter widgets extension
150
- jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.11 .0
150
+ jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.12 .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.11 .0
1
+ plotly == 4.12 .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