Skip to content

Commit b14def0

Browse files
authored
Merge pull request #6548 from jtpio/nbclassic-binder
Remove the `nbclassic` explicit uninstall on Binder
2 parents 600ae49 + 7a94196 commit b14def0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

binder/postBuild

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@ set -euo pipefail
33

44
python -m pip install -e . --force-reinstall
55

6-
# TODO: remove when it's possible to install nbclassic next to Notebook v7
7-
# without nbclassic shadowing the v7 endpoints
8-
python -m pip uninstall nbclassic -y
9-
106
jlpm && jlpm run build
117
jlpm run develop

0 commit comments

Comments
 (0)