Skip to content

Commit 2c58d42

Browse files
authored
Merge pull request #1255 from jasongrout/devinstall
Fix dev-install script
2 parents 860ae87 + 104d9f3 commit 2c58d42

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

dev-install.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ npm install
4747
cd ..
4848

4949
cd widgetsnbextension
50+
51+
# Needed since jupyter-js-widgets 3 hasn't been published yet
52+
npm install ../jupyter-js-widgets
53+
5054
npm install
5155
npm run update
5256
pip install -v -e .
@@ -60,6 +64,10 @@ cd ..
6064

6165
if test "$skip_jupyter_lab" != yes; then
6266
cd jupyterlab_widgets
67+
68+
# needed since jupyter-js-widgets 3 hasn't been published yet
69+
npm install ../jupyter-js-widgets
70+
6371
npm install
6472
npm run update
6573
pip install -v -e .

0 commit comments

Comments
 (0)