-
Notifications
You must be signed in to change notification settings - Fork 315
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
Use jupyter_client's AsyncKernelManager #191
Merged
kevin-bates
merged 37 commits into
jupyter-server:master
from
davidbrochart:AsyncKernelManager
Apr 4, 2020
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
5cba6d8
Use jupyter_client's AsyncKernelManager
davidbrochart 104b9f1
Rename MappingKernelManage to AsyncMappingKernelManage, convert gen.c…
davidbrochart cc55f28
Fix Windows subprocess handle issue
davidbrochart c659e16
Restrict Windows to python>=3.7
davidbrochart 657ab1e
Fix GH actions matrix exclusion
davidbrochart 3b63be1
Again
davidbrochart fbd6b91
Make AsyncMappingKernelManager a subclass of MappingKernelManager for…
davidbrochart 904aae3
Make AsyncKernelManager an opt-in
davidbrochart 424ae3e
Pin jupyter_client>=6.1.0
davidbrochart 655d31a
Pin jupyter_client>=5.3.1
davidbrochart 90e4af4
Pin jupyter_core and jupyter_client a bit higher
davidbrochart 37819bf
Remove async from MappingKernelManager.shutdown_kernel
davidbrochart 89989bc
Hard-code super() in MappingKernelManager and AsyncMappingKernelManager
davidbrochart 367f228
Add argv fixture to enable MappingKernelManager and AsyncMappingKerne…
davidbrochart 1f1009b
Rewrite ensure_async to not await already awaited coroutines
davidbrochart abf90a7
Add async shutdown_kernel to AsyncMappingKernelManager, keep MappingK…
davidbrochart aee2a8c
Add restart kwarg to shutdown_kernel
davidbrochart 8bd6d3e
Add log message when starting (async) kernel manager
davidbrochart a2610d3
Bump jupyter_client 6.1.1
davidbrochart 67b2560
Rename super attribute to pinned_superclass
davidbrochart d80994d
Again
davidbrochart 799e5ff
Prevent using AsyncMappingKernelManager on python<=3.5 (at run-time a…
davidbrochart e24faca
Import sys
davidbrochart eee6e1d
Update comment
davidbrochart cdf53ee
Ignore last_activity and execution_state when comparing sessions
davidbrochart 9ad005e
Replace newsession with new_session
davidbrochart 93a0c7a
Fix Python version check
davidbrochart 54656de
Skip gateway tests if python<3.6
davidbrochart 11f3ccf
Fix skipping of tests
davidbrochart 6691718
Again
davidbrochart 1a6fe32
GatewayKernelManager inherits from MappingKernelManager to keep pytho…
davidbrochart 40d017e
Added back removal of kernelmanager.AsyncMappingKernelManager
davidbrochart ba4dd16
-
davidbrochart d5d0a0d
-
davidbrochart 16a7835
:-)
davidbrochart 530b6ce
:-[
davidbrochart 082075a
Don't test absence of AsyncMultiKernelManager
davidbrochart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Need trailing quotes.
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.
👍