-
-
Notifications
You must be signed in to change notification settings - Fork 15
Run inside Jupyter #92
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
With the recent changes,
subprocess-teeis usingasyncio.run. However, this call tries to create a new loop, raising an exception:To reproduce, just create a Jupyter notebook with this cell and run:
More details at jupyter blog or stackoverflow.