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