Skip to content

Commit 2619c36

Browse files
committed
uninstall jupyter-offlinenotebook
1 parent 53686d0 commit 2619c36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

binder/postBuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ python -m pip install -e . --ignore-installed --no-deps -vv
1818
jupyter labextension develop . --overwrite
1919
popd
2020

21+
# Clean up incompatible extension
22+
jupyter labextension uninstall --no-build jupyter-offlinenotebook || echo "ok"
23+
2124
# List extensions
2225
jupyter serverextension list
2326
jupyter labextension list

0 commit comments

Comments
 (0)