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.
1 parent 579a643 commit 1909b8eCopy full SHA for 1909b8e
1 file changed
book/_config.yml
@@ -18,7 +18,7 @@ execute:
18
execute_notebooks : force # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
19
cache : "" # A path to the jupyter cache that will be used to store execution artifacts. Defaults to `_build/.jupyter_cache/`
20
exclude_patterns : [projects/ComputerVision/*.ipynb, projects/ReinforcementLearning/*.ipynb, projects/Neuroscience/*.ipynb, projects/NaturalLanguageProcessing/*.ipynb]
21
- timeout : 720 # The maximum time (in seconds) each notebook cell is allowed to run.
+ timeout : 1800 # The maximum time (in seconds) each notebook cell is allowed to run.
22
run_in_temp : false # If `True`, then a temporary directory will be created and used as the command working directory (cwd),
23
# otherwise the notebook's parent directory will be the cwd.
24
allow_errors : true # If `False`, when a code cell raises an error the execution is stopped, otherwise all cells are always run.
0 commit comments