Closed
Description
When running treon on Windows 10 with multiple threads it sometimes stops running because of issues with the underlying jupyter client.
To some extent this is an issue with the jupyter client, and or nbconvert but treon is triggering the issue by calling nbconvert in multiple threads.
The error message and discussion of the jupyter client is at this issue: jupyter/jupyter_client#466
For treon a workaround though would be to use multiple processes instead of threads. Ipython does not seem to be thread-safe as of now but this is being worked on (jupyter/nbconvert#936).
Metadata
Metadata
Assignees
Labels
No labels