We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42e713 commit b02f45aCopy full SHA for b02f45a
1 file changed
test_notebooks.py
@@ -20,7 +20,6 @@ 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