-
Notifications
You must be signed in to change notification settings - Fork 5k
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 #4479
Merged
Merged
Commits on Feb 22, 2020
-
Refactor buffering, culling and activity monitoring into classes
Use composition in preparation for AsyncMappingKernelManager.
Configuration menu - View commit details
-
Copy full SHA for 677ccc3 - Browse repository at this point
Copy the full SHA 677ccc3View commit details -
Add support for AsyncMappingKernelManager
Supports running against incompatible jupyter_client so long as the desired kernel_manager_class is not `AsyncMappingKernelManager`.
Configuration menu - View commit details
-
Copy full SHA for 3226b07 - Browse repository at this point
Copy the full SHA 3226b07View commit details
Commits on Mar 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7abd4be - Browse repository at this point
Copy the full SHA 7abd4beView commit details
Commits on Mar 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8a4beb0 - Browse repository at this point
Copy the full SHA 8a4beb0View commit details
Commits on Mar 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5709862 - Browse repository at this point
Copy the full SHA 5709862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 788bb0e - Browse repository at this point
Copy the full SHA 788bb0eView commit details
Commits on Mar 26, 2020
-
Switch class hierarchy to not use mixin base
This commit uses the approach used in jupyter_server jupyter#191 first proposed by David Brochart. This reduces code duplication and alleviates redundancy relative to configurable options. Also, the startup message now includes the version information. Co-authored-by: David Brochart <david.brochart@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 72d44c5 - Browse repository at this point
Copy the full SHA 72d44c5View commit details
Commits on Mar 27, 2020
-
Add comments and rename self.super to self.pinned_superclass to clarify intent. Add run_sync() util method to clean up shutdown_all() invocation.
Configuration menu - View commit details
-
Copy full SHA for 99b0afd - Browse repository at this point
Copy the full SHA 99b0afdView commit details
Commits on Apr 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 53d4d08 - Browse repository at this point
Copy the full SHA 53d4d08View commit details
Commits on Apr 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1fc9bc0 - Browse repository at this point
Copy the full SHA 1fc9bc0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.