Skip to content

Commit b0d9b39

Browse files
release 4.14.0
1 parent cc6daff commit b0d9b39

File tree

9 files changed

+68
-307
lines changed

9 files changed

+68
-307
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,25 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [4.14.0] - UNRELEASED
5+
## [4.15.0] - UNRELEASED
6+
7+
### Added
8+
9+
### Fixed
10+
11+
### Updated
12+
13+
14+
## [4.14.1] - UNRELEASED
15+
16+
### Added
17+
18+
### Fixed
19+
20+
### Updated
21+
22+
23+
## [4.14.0] - 2020-12-07
624

725
### Added
826

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Our recommended IDE for Plotly’s Python graphing library is Dash Enterprise’
3737

3838
## Quickstart
3939

40-
`pip install plotly==4.13.0`
40+
`pip install plotly==4.14.0`
4141

4242
Inside [Jupyter notebook](https://jupyter.org/install) (installable with `pip install "notebook>=5.3" "ipywidgets>=7.2"`):
4343

@@ -86,13 +86,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
8686
plotly.py may be installed using pip...
8787

8888
```
89-
pip install plotly==4.13.0
89+
pip install plotly==4.14.0
9090
```
9191

9292
or conda.
9393

9494
```
95-
conda install -c plotly plotly=4.13.0
95+
conda install -c plotly plotly=4.14.0
9696
```
9797

9898
### Jupyter Notebook Support
@@ -129,10 +129,10 @@ Then run the following commands to install the required JupyterLab extensions (n
129129

130130
```
131131
# Basic JupyterLab renderer support
132-
jupyter labextension install jupyterlab-plotly@4.13.0
132+
jupyter labextension install jupyterlab-plotly@4.14.0
133133
134134
# OPTIONAL: Jupyter widgets extension for FigureWidget support
135-
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.13.0
135+
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.14.0
136136
```
137137

138138
Please check out our [Troubleshooting guide](https://plotly.com/python/troubleshooting/) if you run into any problems with JupyterLab.

0 commit comments

Comments
 (0)