Skip to content

Commit

Permalink
Fixing "launch in binder" support for tutorials (#202)
Browse files Browse the repository at this point in the history
* adding binder requirements

* include jupytext dep

* jupyterlab version

* explicit deps

* adding binder runtime

* launch into classic mode for jupytext support
  • Loading branch information
dfm committed Jun 8, 2021
1 parent 787ad30 commit 086fc88
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
jupyterlab>=3.0
jupytext
matplotlib
corner
lightkurve
pymc3-ext>=0.1.0
emcee
.
1 change: 1 addition & 0 deletions binder/runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.9
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"repository_branch": "main",
"launch_buttons": {
"binderhub_url": "https://mybinder.org",
"notebook_interface": "jupyterlab",
"notebook_interface": "classic",
},
"use_edit_page_button": True,
"use_issues_button": True,
Expand Down

0 comments on commit 086fc88

Please sign in to comment.