Hello nbval folks, first of all thanks a lot for your plugin! :)
We've decided to use it on ipycytoscape but we found a problem.
Currently we're having the following error on MacOS:
Notebook cell execution failed
Cell 2: Timeout of 5 seconds exceeded waiting for output.
The way libs like nbconvert are dealing with this is allowing the user to pass a flag that tells jupyter to wait an X amount of time for the cell finish loading with flags like this one: --ExecutePreprocessor.timeout=600 , docs.
Is it possible to do something similar on nbval?
Thanks a lot, please let me know if I can help somehow :)
Hello nbval folks, first of all thanks a lot for your plugin! :)
We've decided to use it on ipycytoscape but we found a problem.
Currently we're having the following error on MacOS:
The way libs like
nbconvertare dealing with this is allowing the user to pass a flag that tells jupyter to wait an X amount of time for the cell finish loading with flags like this one:--ExecutePreprocessor.timeout=600, docs.Is it possible to do something similar on nbval?
Thanks a lot, please let me know if I can help somehow :)