Skip to content

Commit

Permalink
Remove the nbclassic explicit uninstall on Binder
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Sep 29, 2022
1 parent 7364633 commit a3b9918
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a3b9918

Please sign in to comment.