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 cedd9b8 commit 412a1c0Copy full SHA for 412a1c0
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 ./python/jupyterlab_widgets
+ pip -q install ./python/jupyterlab_widgets
51
jupyter labextension develop jupyterlab_widgets --overwrite
52
fi
0 commit comments