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 d75421e commit b243fd3Copy full SHA for b243fd3
dev-install.sh
@@ -1,7 +1,8 @@
1
#!/usr/bin/env bash
2
-
3
# For a clean conda environment please read docs/source/dev_install.md
4
+set -x
5
+
6
echo -n "Checking pip... "
7
pip --version
8
if [ $? -ne 0 ]; then
@@ -38,7 +39,7 @@ else
38
39
jupyter nbclassic-extension install --overwrite --py --symlink $nbExtFlags widgetsnbextension || true
40
fi
41
jupyter nbextension enable --py $nbExtFlags widgetsnbextension || true
-jupyter nbclassic-nbextension enable --py $nbExtFlags widgetsnbextension || true
42
+jupyter nbclassic-extension enable --py $nbExtFlags widgetsnbextension || true
43
44
echo -n "ipywidgets"
45
pip install -v -e "./python/ipywidgets[test]"
0 commit comments