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
Since this library represents a "fresh start", we should take this opportunity to make the find_kernels() and launch() methods support async behaviors and drop launch_async().
Work in this area was done (but never merged) via these PRs and we might find them to be helpful resources (although the dual approach would not be necessary): jupyter/jupyter_client#428jupyter/notebook#4479
The text was updated successfully, but these errors were encountered:
Since this library represents a "fresh start", we should take this opportunity to make the
find_kernels()
andlaunch()
methods support async behaviors and droplaunch_async()
.Work in this area was done (but never merged) via these PRs and we might find them to be helpful resources (although the dual approach would not be necessary): jupyter/jupyter_client#428 jupyter/notebook#4479
The text was updated successfully, but these errors were encountered: