We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af527db commit 58214aeCopy full SHA for 58214ae
1 file changed
test_notebooks.py
@@ -20,6 +20,7 @@ def _notebook_run(path):
20
args = ["jupyter", "nbconvert", "--to", "notebook", "--execute",
21
"--ExecutePreprocessor.kernel_name=python",
22
"--ExecutePreprocessor.timeout=None",
23
+ "ExecutePreprocessor.iopub_timeout=100",
24
"--output", fout.name, path]
25
subprocess.check_call(args)
26
0 commit comments