Skip to content

Commit 1ebf028

Browse files
committed
Iterate
1 parent 6273dbe commit 1ebf028

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dev-install.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ pip install -v -e "./python/ipywidgets[test]"
4747
if test "$skip_jupyter_lab" != yes; then
4848
echo -n "jupyterlab_ipywidgets"
4949
pip install jupyter_packaging
50-
pip install ./python/jupyterlab_widgets
51-
jupyter labextension develop jupyterlab_widgets --overwrite
50+
51+
pushd ./python/jupyterlab_widgets
52+
pip install .
53+
jupyter labextension develop . --overwrite
54+
popd
5255
fi

0 commit comments

Comments
 (0)