Skip to content

Commit

Permalink
Remove nbextension install in the dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Oct 21, 2024
1 parent 5d4e091 commit 8567c28
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dev-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ jlpm run build
echo -n "widgetsnbextension"
cd widgetsnbextension
pip install -v -e .
if [[ "$OSTYPE" == "msys" ]]; then
jupyter nbextension install --overwrite --py $nbExtFlags widgetsnbextension || true
else
jupyter nbextension install --overwrite --py --symlink $nbExtFlags widgetsnbextension || true
fi
jupyter nbextension enable --py $nbExtFlags widgetsnbextension || true
cd ..

if test "$skip_jupyter_lab" != yes; then
Expand Down

0 comments on commit 8567c28

Please sign in to comment.