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

Restarting a kernel hangs #156

Closed
davidbrochart opened this issue Jan 13, 2022 · 0 comments · Fixed by #158
Closed

Restarting a kernel hangs #156

davidbrochart opened this issue Jan 13, 2022 · 0 comments · Fixed by #158
Labels
bug Something isn't working

Comments

@davidbrochart
Copy link
Collaborator

Description

Restarting a kernel fails with e.g. ipykernel.

Reproduce

  1. In JupyterLab, open a notebook and click "Restart kernel".
  2. See that it hangs.

Jupyverse uses a shutdown_request with restart: true in the content. It looks like ipykernel doesn't support this, while it works fine with akernel.

Expected behavior

Restarting a kernel should work. Maybe first shutdown the kernel then start it again, instead of relying on the kernel to do it in one step.

Context

See:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant