Skip to content

Commit

Permalink
Merge pull request #3016 from plotly/jlab3
Browse files Browse the repository at this point in the history
support JupyterLab 3 in extensions
  • Loading branch information
nicolaskruchten authored Jan 11, 2021
2 parents 45ddf75 + 83d820b commit 3a6d2b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/javascript/jupyterlab-plotly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"plotly.js": "^1.58.2",
"@types/plotly.js": "1.44.28",
"@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0",
"@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0 || ^3.0.0",
"@lumino/messaging": "^1.2.3",
"@lumino/widgets": "^1.8.1",
"lodash": "^4.17.4"
Expand Down
8 changes: 7 additions & 1 deletion packages/javascript/plotlywidget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"lodash": "^4.17.4"
},
"jupyterlab": {
"extension": "src/jupyterlab-plugin.js"
"extension": "src/jupyterlab-plugin.js",
"sharedPackages": {
"@jupyter-widgets/base": {
"bundled": false,
"singleton": true
}
}
}
}

0 comments on commit 3a6d2b1

Please sign in to comment.