mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
Remove the nbclassic
explicit uninstall on Binder
This commit is contained in:
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…
Reference in New Issue
Block a user