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 d8d476a commit d94154bCopy full SHA for d94154b
docs/conf.py
@@ -56,6 +56,8 @@
56
nb_execution_raise_on_error = True
57
# Rendering
58
nb_merge_streams = True
59
+# maximum execution time per cell in seconds
60
+nb_execution_timeout = 120
61
62
# https://myst-nb.readthedocs.io/en/latest/authoring/custom-formats.html#write-custom-formats
63
# ! if you use it, then you cannot directly execute the notebook in the browser in colab
0 commit comments