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

Add command to restart kernel and run up to selected cell #7789

Merged
merged 2 commits into from Jan 16, 2020

Conversation

markellekelly
Copy link
Contributor

References

Addresses changes suggested in #6821. Fixes #6746.

Code changes

Adds a command to restart the kernel and run cells, up to the current selected cell. Implemented as a normal command rather than with the ICodeRunner interface.

User-facing changes

Adds "Restart kernel and run up to selected cell" to the Kernel menu. (should it go in Run?)

Backwards-incompatible changes

@jupyterlab-dev-mode
Copy link

Thanks for making a pull request to JupyterLab!

To try out this branch on binder, follow this link: Binder

Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@blink1073 blink1073 merged commit 2ae17ef into jupyterlab:master Jan 16, 2020
@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Feb 15, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pkg:mainmenu pkg:notebook status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restart and run to current cell
2 participants