Skip to content

Commit

Permalink
execute_binder set to off
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Apr 1, 2024
1 parent 040fb52 commit 1019b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ __pycache__/
# Distribution / packaging
.Python
build/
_build/
develop-eggs/
dist/
downloads/
Expand Down
5 changes: 2 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ logo: notebooks/images/logos/pythia_logo-white-rtext.svg
copyright: '2024'

execute:
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
execute_notebooks: binder
execute_notebooks: off
timeout: 600
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag

Expand Down Expand Up @@ -52,7 +51,7 @@ sphinx:
binderhub_url: https://binder.projectpythia.org
notebook_interface: jupyterlab
jupyterhub_url: https://jupyterhub.arm.gov
logo:
logo:
link: https://projectpythia.org
navbar_start:
- navbar-logo
Expand Down

0 comments on commit 1019b9a

Please sign in to comment.