-
Notifications
You must be signed in to change notification settings - Fork 13
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
change kernel #92
Comments
Thanks @artttt. This would indeed be useful. iirc passing extra parameters should work already? Lines 58 to 60 in bf27132
We need to check whether these two commands in JupyterLab accept such parameters. |
I did a little looking at kernel changing. They open the Looking at the tests in jupyterlab it looks like ultimately the command that needs to be run is my hunch is that there are 2 choices to add this functionality:
|
I was looking for the functionality to change the running kernel from code and came across this.
https://discourse.jupyter.org/t/is-there-magic-to-restart-kernel-change-kernel/10763/2
It was suggested that a github issue could be made (and as far as i can see it never happened) for some additional features "adding an argument that allows to skip the confirmation for kernelmenu:restart and pre-specify kernel for notebook:change-kernel"
Im most interested in being able to pre-specify the kernel for notebook:change-kernel.
I had a poke around the source to see if i could work out what to do but didn't make any progress unfortunately.
The text was updated successfully, but these errors were encountered: