Skip to content

Commit 103ea8d

Browse files
authored
Merge pull request #698 from bollwyvl/add-nbgitpuller
add nbgitpuller to binder
2 parents 11719e1 + 9c954be commit 103ea8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

binder/environment.yml

Lines changed: 2 additions & 1 deletion
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

binder/postBuild

Lines changed: 3 additions & 1 deletion
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)