Skip to content

Commit d341fbe

Browse files
authored
Merge pull request #50 from martinRenou/jupyterlab1_support
JupyterLab 1.0 support
2 parents ebd97da + b9e0cbb commit d341fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"watch:nbextension": "webpack --watch"
4949
},
5050
"dependencies": {
51-
"@jupyter-widgets/base": "^1.1.10"
51+
"@jupyter-widgets/base": "^1.1.10 || ^2"
5252
},
5353
"devDependencies": {
5454
"@phosphor/application": "^1.6.0",

0 commit comments

Comments
 (0)