We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bf44cc + 9300a9a commit 311b5bfCopy full SHA for 311b5bf
docs/_config.yml
@@ -9,9 +9,9 @@ theme:
9
# Force re-execution of notebooks on each build.
10
# See https://jupyterbook.org/content/execute.html
11
execute:
12
- execute_notebooks: 'off'
13
- exclude_tags:
14
- - skip-execution
+ execute_notebooks: 'force'
+ exclude_patterns:
+ - "07_AE_workflow.ipynb"
15
16
# Define the name of the latex output file for PDF builds
17
latex:
0 commit comments