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

Clarify what a restart means #966

Merged
merged 4 commits into from
Dec 6, 2023
Merged

Clarify what a restart means #966

merged 4 commits into from
Dec 6, 2023

Conversation

mlucool
Copy link
Contributor

@mlucool mlucool commented Sep 1, 2023

Pending jupyter/enhancement-proposals#118 being accepted

Copy link
Member

@Zsailer Zsailer left a 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 Show resolved Hide resolved
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.
Copy link
Member

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.

Copy link
Contributor Author

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?

@mlucool
Copy link
Contributor Author

mlucool commented Nov 27, 2023

@minrk @Zsailer can this be merged given jupyter/enhancement-proposals#118?

@Zsailer
Copy link
Member

Zsailer commented Dec 6, 2023

Yes. Thank you @mlucool for your work here.

@Zsailer Zsailer enabled auto-merge (squash) December 6, 2023 17:30
@Zsailer Zsailer merged commit 5ea4033 into jupyter:main Dec 6, 2023
29 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants