c.ExecutePreprocessor.timeout does not work in config
See original GitHub issueOperating system
Windows 10
nbgrader --version
0.6.2
jupyterhub --version
(if used with JupyterHub)
Nil
jupyter notebook --version
6.3.0
Expected behavior
Setting c.ExecutePreprocessor.timeout in config should change validation timeout window
Actual behavior
Setting c.ExecutePreprocessor.timeout to None or another other number has no effect on the default 30s
Additional info
I have looked at both issues #1004 and #1075 but nothing works
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Timeout when running iPython nbconvert from command line
For anyone else facing this error with a correct path, I was able to extend the timeout using the flag --ExecutePreprocessor.timeout=300.
Read more >Python Tool - Timeout waiting for execute reply (30s)
1. Open a command prompt (cmd.exe) · 2. Enter the following 2 lines: if not exist %userprofile%\.jupyter mkdir %userprofile%\.jupyter echo c.
Read more >Configuration options — nbconvert 7.2.7 documentation
This generally doesn't need to be set, but on some slow networks (such as CI systems) the default timeout might not be long...
Read more >Preventing Jupyter timeout errors when running notebooks as ...
If you are running a recent Jupyter version and the above commands do not work, use this instead: echo "c.ExecutePreprocessor.timeout ...
Read more >nbconvert Documentation - Read the Docs
(specifically, speaker notes & timers) will not work on website ... jupyter nbconvert --ExecutePreprocessor.timeout=600 --to notebook ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Neither of both suggestions works for me, there will be always the warning that config option “timeout” not recognized by “Execute” with the latest pypi release 0.7.0, and cells can only run for 30 seconds.
c.Execute.timeout_func = lambda x: 500
can be used as a work-around in 0.7.1