Skip to content

Commit bb39ea9

Browse files
authored
Update _config.yml
1 parent b2ee12c commit bb39ea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude_patterns : [] # Patterns to skip when building the book. Can
1414
#######################################################################################
1515
# Execution settings
1616
execute:
17-
execute_notebooks : auto # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
17+
execute_notebooks : force # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
1818
cache : "" # A path to the jupyter cache that will be used to store execution artifacs. Defaults to `_build/.jupyter_cache/`
1919
exclude_patterns : [] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time)
2020
timeout : -1 # remove restriction on execution time

0 commit comments

Comments
 (0)