Skip to content

Commit

Permalink
Enabled jupyter cache for notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ktyle committed Mar 29, 2021
1 parent e7d3b8b commit 1cbe7ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Binary file added .jupyter_cache/global.db
Binary file not shown.
10 changes: 7 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ title: Project Pythia Foundations
author: The Project Pythia community
logo: images/ProjectPythia_Logo_Final-01-Blue.png

# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: force
execute_notebooks: cache
# auto will only execute those notebooks that don't have output in all cells.
# but that may not apply for notebooks that have errors??
# Other option for execute_notebook: force : force execution of all notebooks
# cache: Cache output of notebooks on each build.
# Do not abort notebook execution for errors, since they may be intentional.
# See https://jupyterbook.org/content/execute.html
timeout: 600
allow_errors: True

Expand Down

0 comments on commit 1cbe7ec

Please sign in to comment.