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 89619a5 commit cedd9b8Copy full SHA for cedd9b8
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 -v ./python/jupyterlab_widgets
+ pip install ./python/jupyterlab_widgets
51
jupyter labextension develop jupyterlab_widgets --overwrite
52
fi
0 commit comments