Skip to content

Commit

Permalink
Check binder installation (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Dec 9, 2020
1 parent a72b985 commit e3cae9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#!/usr/bin/env bash
set -e

pip install .
jupyter serverextension enable --sys-prefix --py nbgitpuller
jupyter lab build --dev-build=False --minimize=False --debug

jupyter serverextension list 1>serverextensions 2>&1
cat serverextensions | grep "jupyterlab_git.*OK"
jupyter labextension list 1>labextensions 2>&1
cat labextensions | grep "@jupyterlab/git.*OK"

0 comments on commit e3cae9e

Please sign in to comment.