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 26eb920 + 4153f80 commit 0402682Copy full SHA for 0402682
source/_config.yml
@@ -14,7 +14,7 @@ execute:
14
execute_notebooks: "auto" # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
15
cache: "" # A path to the jupyter cache that will be used to store execution artifacts. Defaults to `_build/.jupyter_cache/`
16
# exclude_patterns: [] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time)
17
- timeout: 90 # The maximum time (in seconds) each notebook cell is allowed to run.
+ timeout: 180 # The maximum time (in seconds) each notebook cell is allowed to run.
18
run_in_temp:
19
false # If `True`, then a temporary directory will be created and used as the command working directory (cwd),
20
# otherwise the notebook's parent directory will be the cwd.
0 commit comments