-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for async kernel management #794
Add support for async kernel management #794
Conversation
71fc22e
to
10df48f
Compare
4e43a9e
to
8b89f5d
Compare
Updated the Notebook dependency to 6.1.0rc1. The plan moving forward is that we'll create an EG 2.2.0rc1 release. Once Notebook 6.1.0 is released, the dependency will be updated and we can then cut EG 2.2.0. |
@lresende and @akchinSTC - a gentle reminder that your review is pending. Thank you in advance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great to see this finally getting into EG.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is a redo of PR #580 due to branch changes - the description is essentially the same, however.
Updated RemoteKernelManager's methods to async/await and derive from jupyter_client's
AsyncIOLoopKernelManager
andRemoteMappingKernelManager
now derives from notebook'sAsyncMappingKernelManager
. As a result, this PR will NOT be back-ported to 1.x.NOTE: Installation of this PR requires that BOTH related Jupyter Client 428 and Notebook 4479 PRs be merged. Once merged, we need to update our dependencies to depend on those versions - thus the
[DEPENDENCY]
in the title.Fixes #86
Fixes #592
The PRs referenced above have been updated to reflect the recent PRs submitted that use a subclass-based approach. Please see those PRs for a description the class hierarchy.