We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nbclassic
1 parent b5a2e6d commit c6faa5cCopy full SHA for c6faa5c
binder/postBuild
@@ -1,6 +1,11 @@
1
#!/bin/bash
2
set -euo pipefail
3
4
-python -m pip install -e .
+python -m pip install -e . --force-reinstall
5
+
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
10
jlpm && jlpm run build
11
jlpm run develop
0 commit comments