Skip to content

Commit 0dd479c

Browse files
committed
raise cell execution errors; increase timeout
1 parent 6def4ca commit 0dd479c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ launch_buttons:
1818
sphinx:
1919
config:
2020
html_show_copyright: false
21+
nb_execution_raise_on_error: true # raise error if a notebook cell fails to execute
22+
nb_execution_timeout: 600 # max time [s] to wait for a cell to execute; raises error if exceeded

0 commit comments

Comments
 (0)