mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-18 14:10:26 +08:00
Merge pull request #6548 from jtpio/nbclassic-binder
Remove the `nbclassic` explicit uninstall on Binder
This commit is contained in:
commit
b14def0ce1
@ -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…
x
Reference in New Issue
Block a user