We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d435615 + 10c287b commit be38594Copy full SHA for be38594
{{cookiecutter.github_project_name}}/package.json
@@ -45,7 +45,8 @@
45
"test": "jest",
46
"watch": "npm-run-all -p watch:*",
47
"watch:lib": "tsc -w",
48
- "watch:nbextension": "webpack --watch"
+ "watch:nbextension": "webpack --watch --mode=development",
49
+ "watch:labextension": "jupyter labextension watch ."
50
},
51
"dependencies": {
52
"@jupyter-widgets/base": "^1.1.10 || ^2.0.0 || ^3.0.0 || ^4.0.0"
0 commit comments