Remove the `nbclassic` explicit uninstall on Binder

pull/6548/head
Jeremy Tuloup 4 years ago
parent 600ae49b56
commit 7a94196afc

@ -3,9 +3,5 @@ set -euo pipefail
python -m pip install -e . --force-reinstall
# TODO: remove when it's possible to install nbclassic next to Notebook v7
# without nbclassic shadowing the v7 endpoints
python -m pip uninstall nbclassic -y
jlpm && jlpm run build
jlpm run develop

Loading…
Cancel
Save