Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jupyter-widgetsgh-3829-lab4-math…
Browse files Browse the repository at this point in the history
…jax' into jupyter-widgetsgh-3829-lab4-mathjax
  • Loading branch information
bollwyvl committed Oct 12, 2023
2 parents 6a59608 + b243fd3 commit fb1d745
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env bash

# For a clean conda environment please read docs/source/dev_install.md

set -x

echo -n "Checking pip... "
pip --version
if [ $? -ne 0 ]; then
Expand Down Expand Up @@ -38,7 +39,7 @@ else
jupyter nbclassic-extension install --overwrite --py --symlink $nbExtFlags widgetsnbextension || true
fi
jupyter nbextension enable --py $nbExtFlags widgetsnbextension || true
jupyter nbclassic-nbextension enable --py $nbExtFlags widgetsnbextension || true
jupyter nbclassic-extension enable --py $nbExtFlags widgetsnbextension || true

echo -n "ipywidgets"
pip install -v -e "./python/ipywidgets[test]"
Expand Down

0 comments on commit fb1d745

Please sign in to comment.