Skip to content

Commit 9c954be

Browse files
committed
add nbgitpuller to binder
1 parent 6b4e05a commit 9c954be

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: binder/environment.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ channels:
33
dependencies:
44
# Jupyter
55
- jupyterlab~=2.0
6-
- nodejs>=11
6+
- nodejs>=12
7+
- nbgitpuller

Diff for: binder/postBuild

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
#!/usr/bin/env bash
12
pip install .
2-
jupyter lab build
3+
jupyter serverextension enable --sys-prefix --py nbgitpuller
4+
jupyter lab build

0 commit comments

Comments
 (0)