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

Faster Restart of IPython Kernel #3366

Closed
r0f1 opened this issue Jun 2, 2019 · 2 comments
Closed

Faster Restart of IPython Kernel #3366

r0f1 opened this issue Jun 2, 2019 · 2 comments
Assignees

Comments

@r0f1
Copy link

r0f1 commented Jun 2, 2019

This feature request sounds a little stupid, but it is one that I would very much appreciate. During my normal work with notebooks, I restart the IPython kernel quite frequently. It would save me some time, if the restart was faster. Could you implement the following: Instead of having only one IPython kernel running at any point in time, a second, hidden kernel is spawned also. When the "Restart IPython Kernel" button is pushed, the notebook environment immediately switches to the second kernel, making the first kernel hidden. The first kernel dies eventually, and I can continue working immediately.

Would like to hear your thoughts.

Best, Flo

@DonJayamanne
Copy link
Contributor

I agree, this can be useful when we have a script that hangs the kernel.
As a starting point I'd probably use the telemetry to check how often users restart the kernels.

@rchiodo
Copy link
Contributor

rchiodo commented Jun 3, 2019

Sounds like a good idea. I believe we also have timing telemetry on restarting a kernel.

@rchiodo rchiodo self-assigned this Jun 13, 2019
@rchiodo rchiodo closed this as completed Aug 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 14, 2019
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants