Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo: execute notebooks on Pythia binder #369

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ exclude_patterns:

execute:
# See https://jupyterbook.org/content/execute.html
execute_notebooks: force
# "auto" should only execute those notebooks that don't have output in all cells.
# "force" : force execution of all notebooks
# "cache": Cache output of notebooks on each build.
execute_notebooks: binder
timeout: 600
# Cells that are expected to fail (for pedagogical reasons) should set the cell tag `raises-exceptions`
allow_errors: False
Expand Down Expand Up @@ -112,7 +109,7 @@ sphinx:
icon: fab fa-youtube-square
type: fontawesome
launch_buttons:
binderhub_url: https://mybinder.org
binderhub_url: http://binder.mypythia.org
notebook_interface: jupyterlab
extra_navbar: |
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
Expand Down