We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf88dbf commit 67f5ab5Copy full SHA for 67f5ab5
1 file changed
test_notebooks.py
@@ -19,6 +19,7 @@ def _notebook_run(path):
19
with tempfile.NamedTemporaryFile(suffix=".ipynb") as fout:
20
args = ["jupyter", "nbconvert", "--to", "notebook", "--execute",
21
"--ExecutePreprocessor.kernel_name=python",
22
+ "--ExecutePreprocessor.timeout=None",
23
"--output", fout.name, path]
24
subprocess.check_call(args)
25
0 commit comments