Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 85c77b4

Browse filesBrowse files
release v5.5.0
1 parent 4eed225 commit 85c77b4
Copy full SHA for 85c77b4

File tree

Expand file treeCollapse file tree

6 files changed

+8
-9
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+8
-9
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55

6-
## UNRELEASED
6+
## [5.5.0] - 2021-12-20
77

88
### Added
99

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
## Quickstart
3535

36-
`pip install plotly==5.4.0`
36+
`pip install plotly==5.5.0`
3737

3838
Inside [Jupyter](https://jupyter.org/install) (installable with `pip install "jupyterlab>=3" "ipywidgets>=7.6"`):
3939

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

8181
```
82-
pip install plotly==5.4.0
82+
pip install plotly==5.5.0
8383
```
8484

8585
or conda.
8686

8787
```
88-
conda install -c plotly plotly=5.4.0
88+
conda install -c plotly plotly=5.5.0
8989
```
9090

9191
### JupyterLab Support
@@ -107,7 +107,7 @@ The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**,
107107

108108
```
109109
# JupyterLab 2.x renderer support
110-
jupyter labextension install jupyterlab-plotly@5.4.0 @jupyter-widgets/jupyterlab-manager
110+
jupyter labextension install jupyterlab-plotly@5.5.0 @jupyter-widgets/jupyterlab-manager
111111
```
112112

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

‎packages/javascript/jupyterlab-plotly/package-lock.json

Copy file name to clipboardExpand all lines: packages/javascript/jupyterlab-plotly/package-lock.json
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/javascript/jupyterlab-plotly/package.json

Copy file name to clipboardExpand all lines: packages/javascript/jupyterlab-plotly/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-plotly",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "The plotly Jupyter extension",
55
"author": "The plotly.py team",
66
"license": "MIT",

‎packages/python/plotly/plotly/_widget_version.py

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/_widget_version.py
+1-1Lines changed: 1 addition & 1 deletion
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__ = "^5.4.0"
5+
__frontend_version__ = "^5.5.0"

‎release.md

Copy file name to clipboardExpand all lines: release.md
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ specified below.
4343
+ Ensure you're using `node` version 12 and `npm` version 6 to minimize diffs to `package-lock.json`
4444
+ Ensure you're in a Python virtual environment with JupyterLab 3 installed
4545
+ Run `rm -rf node_modules && npm install && npm run clean && npm run build:prod`
46-
- This the last good time to install the extensions locally and check that everything works in dev mode
4746
- Run `git diff` and ensure that only the files you modified and the build artifacts have changed
4847
- Ensure that the diff in `package-lock.json` seems sane
4948
- Commit and tag but *don't push* until after everything is available on NPM/PyPI/Conda (see below):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.