You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is no running event loop, nbclient.util.just_run, as used by nbclient.util.run_sync, as used by the synchronous NotebookClient.execute() wrapper, creates a new event loop but never closes it:
If there is no running event loop,
nbclient.util.just_run
, as used bynbclient.util.run_sync
, as used by the synchronousNotebookClient.execute()
wrapper, creates a new event loop but never closes it:nbclient/nbclient/util.py
Lines 40 to 60 in 4e99419
This could cause ResourceWarnings: jupyter/nbconvert#1856
The text was updated successfully, but these errors were encountered: