Skip to content

Commit b699a41

Browse files
committed
Try debugging Binder
1 parent 8c8c0ec commit b699a41

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

binder/postBuild

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,2 @@
11
#!/usr/bin/env bash
2-
set -eux
3-
4-
jlpm --ignore-optional
5-
jlpm build
6-
7-
python -m pip install -e . --no-deps --ignore-installed --no-build-isolation
8-
9-
jupyter serverextension enable --sys-prefix --py jupyterlab_latex
10-
jupyter serverextension list
11-
12-
jupyter server extension enable --sys-prefix --py jupyterlab_latex
13-
jupyter server extension list
14-
15-
jupyter labextension develop --overwrite .
16-
jupyter labextension list
2+
python -m pip install -e . --no-deps --ignore-installed --no-build-isolation

0 commit comments

Comments
 (0)