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 48ff23f commit 89619a5Copy full SHA for 89619a5
dev-install.sh
@@ -47,6 +47,6 @@ 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 -ve ./python/jupyterlab_widgets
51
- jupyter labextension develop ./python/jupyterlab_widgets --overwrite
+ pip install -v ./python/jupyterlab_widgets
+ jupyter labextension develop jupyterlab_widgets --overwrite
52
fi
0 commit comments