Skip to content

Commit 433085f

Browse files
Merge pull request #125 from coding-for-reproducible-research/migrate-to-jupyterlab-binder
migrate to jupyterlab and fix binder instance file paths
2 parents 75fffa6 + 57ea937 commit 433085f

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ html:
3232

3333
launch_buttons:
3434
thebe : false
35+
notebook_interface: "jupyterlab"
3536
binderhub_url: "https://mybinder.org" # The URL for your BinderHub (e.g., https://mybinder.org)
3637

3738
# Files not to be ran when building the jupyter book

binder/install.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
install.packages("reticulate")
2+
install.packages("Rcpp")

binder/install.R.txt

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)