Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 351cb7c

Browse files
authored
Merge pull request #51 from plotly/jupyterlab3
Jupyterlab3 Support
2 parents c21239d + 825ad6e commit 351cb7c

File tree

7 files changed

+676
-681
lines changed

7 files changed

+676
-681
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to `jupyter-dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 0.4.0 - 2021-01-22
6+
### Added
7+
- JuypterLab 3.0 support
8+
59
## 0.3.0 - 2020-07-21
610
### Added
711
- Added suport for using JupyterDash in Google Colab ([#27](https://github.com/plotly/jupyter-dash/pull/27))

‎extensions/jupyterlab/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-dash",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
55
"keywords": [
66
"jupyter",
@@ -31,9 +31,9 @@
3131
"watch": "tsc -w"
3232
},
3333
"dependencies": {
34-
"@jupyterlab/application": "^2.0.0",
35-
"@jupyterlab/notebook": "^2.0.0",
36-
"@jupyterlab/console": "^2.0.0"
34+
"@jupyterlab/application": "^2.0.0 || ^3.0.0",
35+
"@jupyterlab/notebook": "^2.0.0 || ^3.0.0",
36+
"@jupyterlab/console": "^2.0.0 || ^3.0.0"
3737
},
3838
"devDependencies": {
3939
"prettier": "2.0.5",

0 commit comments

Comments
 (0)