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

Kernel interrupt and run all cells #45

Closed
thesimonho opened this issue Feb 23, 2023 · 2 comments
Closed

Kernel interrupt and run all cells #45

thesimonho opened this issue Feb 23, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@thesimonho
Copy link
Contributor

Would love to see the following being implemented at some point:

  • Jupynium InterruptKernel
  • Jupynium RunAllCells

(Is there currently a way to run all cells without manually executing every cell in order?)

@thesimonho thesimonho added the enhancement New feature or request label Feb 23, 2023
@kiyoon
Copy link
Owner

kiyoon commented Feb 23, 2023

Interrupt should be implemented. But you can select entire text in visual mode and execute, then it will execute entire cells

ggVG<space>x

@kiyoon
Copy link
Owner

kiyoon commented Feb 23, 2023

Added :JupyniumKernelInterrupt. Note that :JupyniumRestartKernel and :JupyniumSelectKernel name has been changed to :JupyniumKernelRestart and :JupyniumKernelSelect. I thought I'd start to group commands.

You can still use old commands but you'll see a deprecation warning.

@kiyoon kiyoon closed this as completed Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants