Skip to content
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

Kernel providers #112

Closed

Commits on Apr 4, 2020

  1. Adopt jupyter_kernel_mgmt as kernel management framework

    - Initial work towards using jupyter_kernel_mgmt in jupyter server
    - Cherry-pick Notebook PR jupyter/notebook#4837
    - Remove jupyter_client, use KernelFinder in Gateway
    - Minor refactor to preserve MappingKernelManager behavior
    - Session is no longer a Configurable, removed from classes list.
      Also removed some of the Gateway classes that shouldn't be there either.
    - Get gateway functionality working
    - Fix SessionHandler call to start kernel
    - Initial support for async kernel management
    - Plumb launch parameters
    - Adjust kernel management with recent async updates
    - Don't get child_watcher if on Windows
    - Fix gateway kernelspec tests to updated JKM call
      Also fixed windows testing by increasing delay during cleanup of session
      and kernel tests - otherwise the temp directory could not be cleaned up,
      resulting in downstream side-affects.
    - Require JKM >= 0.5, bump core min release
    - Remove install of special patch branches for jkm
    - Merge pytest PR, encode/decode kernel type
    - Merge/convert missing sessions tests for JKM
    - Add session and kernel equality methods
    - Fix display of connection count when culling kernel
    - Stop ping_callback if stream or socket closed exceptions occur
    - Protect against KeyError, raise 404 if kernel_id is not found
    
    Co-authored-by: Thomas Kluyver <[email protected]>
    kevin-bates and takluyver committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    b04ca45 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    0fc63bf View commit details
    Browse the repository at this point in the history
  2. client_ready() is async

    davidbrochart authored and kevin-bates committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    a703b27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47409b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Configuration menu
    Copy the full SHA
    48dcb00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c799d View commit details
    Browse the repository at this point in the history