-
Notifications
You must be signed in to change notification settings - Fork 283
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
Clarify what a restart means #966
Conversation
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.
LGTM. Thanks, @mlucool! Let's wait to merge this until we settle jupyter/enhancement-proposals#118 (comment)?
docs/messaging.rst
Outdated
possible (e.g. only restart the kernel and its subprocesses and not any | ||
parent processes). That is, ideally a restart should be "in-place". For local | ||
kernels, there is typically no parent process so a "hard" restart and an in-place | ||
restart are identical whereas for remote kernels this is not generally the same. |
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.
Great! Maybe worth giving an example, e.g. for a kernel running a container, the container may be kept running and a new kernel process started in the same container without restarting the container. It may also be worth making clear that this is a note for the code starting kernels, since most docs here are about how the kernel should respond to messages.
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.
Thoughts on the new wording?
@minrk @Zsailer can this be merged given jupyter/enhancement-proposals#118? |
Yes. Thank you @mlucool for your work here. |
Pending jupyter/enhancement-proposals#118 being accepted