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.
1 parent 6273dbe commit 1ebf028Copy full SHA for 1ebf028
dev-install.sh
@@ -47,6 +47,9 @@ pip install -v -e "./python/ipywidgets[test]"
47
if test "$skip_jupyter_lab" != yes; then
48
echo -n "jupyterlab_ipywidgets"
49
pip install jupyter_packaging
50
- pip install ./python/jupyterlab_widgets
51
- jupyter labextension develop jupyterlab_widgets --overwrite
+
+ pushd ./python/jupyterlab_widgets
52
+ pip install .
53
+ jupyter labextension develop . --overwrite
54
+ popd
55
fi
0 commit comments