We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 fails with e.g. ipykernel.
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.
shutdown_request
restart: true
content
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.
See:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Restarting a kernel fails with e.g. ipykernel.
Reproduce
Jupyverse uses a
shutdown_request
withrestart: true
in thecontent
. 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:
The text was updated successfully, but these errors were encountered: