Skip to content

Commit 690fc23

Browse files
release 4.14.1
1 parent 83f4c04 commit 690fc23

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Diff for: 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.14.0`
40+
`pip install plotly==4.14.1`
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.14.0
89+
pip install plotly==4.14.1
9090
```
9191

9292
or conda.
9393

9494
```
95-
conda install -c plotly plotly=4.14.0
95+
conda install -c plotly plotly=4.14.1
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 [email protected].0
132+
jupyter labextension install [email protected].1
133133
134134
# OPTIONAL: Jupyter widgets extension for FigureWidget support
135-
jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected].0
135+
jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected].1
136136
```
137137

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

Diff for: packages/javascript/jupyterlab-plotly/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-plotly",
3-
"version": "4.14.0",
3+
"version": "4.14.1",
44
"description": "The plotly JupyterLab extension",
55
"author": "The plotly.py team",
66
"license": "MIT",
@@ -31,7 +31,7 @@
3131
"typescript": "~3.7.0"
3232
},
3333
"dependencies": {
34-
"plotly.js": "^1.58.1",
34+
"plotly.js": "^1.58.2",
3535
"@types/plotly.js": "1.44.28",
3636
"@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0",
3737
"@lumino/messaging": "^1.2.3",

Diff for: packages/javascript/plotlywidget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotlywidget",
3-
"version": "4.14.0",
3+
"version": "4.14.1",
44
"description": "The plotly JupyterLab extension",
55
"author": "The plotly.py team",
66
"license": "MIT",

Diff for: packages/python/plotly/plotly/_widget_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# for automated dev builds
33
#
44
# It is edited by hand prior to official releases
5-
__frontend_version__ = "^4.14.0"
5+
__frontend_version__ = "^4.14.1"

0 commit comments

Comments
 (0)