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

Commit

Permalink
Merge pull request #51 from plotly/jupyterlab3
Browse files Browse the repository at this point in the history
Jupyterlab3 Support
  • Loading branch information
jonmmease authored Jan 22, 2021
2 parents c21239d + 825ad6e commit 351cb7c
Show file tree
Hide file tree
Showing 7 changed files with 676 additions and 681 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to `jupyter-dash` will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.4.0 - 2021-01-22
### Added
- JuypterLab 3.0 support

## 0.3.0 - 2020-07-21
### Added
- Added suport for using JupyterDash in Google Colab ([#27](https://github.com/plotly/jupyter-dash/pull/27))
Expand Down
8 changes: 4 additions & 4 deletions extensions/jupyterlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-dash",
"version": "0.3.0",
"version": "0.4.0",
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -31,9 +31,9 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^2.0.0",
"@jupyterlab/notebook": "^2.0.0",
"@jupyterlab/console": "^2.0.0"
"@jupyterlab/application": "^2.0.0 || ^3.0.0",
"@jupyterlab/notebook": "^2.0.0 || ^3.0.0",
"@jupyterlab/console": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
"prettier": "2.0.5",
Expand Down
Loading

0 comments on commit 351cb7c

Please sign in to comment.