Skip to content

Commit b02f45a

Browse files
committed
removing nbconvert flag that apparently is not valid
1 parent f42e713 commit b02f45a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test_notebooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def _notebook_run(path):
2020
args = ["jupyter", "nbconvert", "--to", "notebook", "--execute",
2121
"--ExecutePreprocessor.kernel_name=python",
2222
"--ExecutePreprocessor.timeout=None",
23-
"ExecutePreprocessor.iopub_timeout=100",
2423
"--output", fout.name, path]
2524
subprocess.check_call(args)
2625

0 commit comments

Comments
 (0)