-
Notifications
You must be signed in to change notification settings - Fork 304
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
Can't change remote jupyter notebook kernel #3724
Comments
This is problematic--vscode is defaulting to a kernel that isn't even python for me. Edit: My current workaround is starting the notebook myself with jupyter notebook --KernelSpecManager.whitelist="['python3']" causing python3 to be the only option. With specification of the kernel itself, this might enable interactive support to different languages as well given that there is an available kernel. |
If you support this feature, I would give up Atom and use vscode! |
Hydrogen also has an option to "remember" multiple jupyter servers the user might want to connect to. The first choice is then "which remote" and then what kernel. Very handy |
+1 For this feature |
Bumping for this feature. Having the ability to reconnect to and/or select which remote jupyter server and which kernal to use would be very useful to me and my team. |
This would be great to have. BTW is this possible locally? |
Another +1 for this feature! |
+1 for this feature |
+1 for this feature Running / connecting to kernels in other languages would be VERY useful! |
+1 for this feature! I am loading a custom kernel installed by django-extensions to have the ORM initialized inside of the notebook. This would be grand! |
+1 for this feature. I run multiple kernels with different packages installed. |
Thanks everyone for adding your interest. However please could you vote on the main comment (👍 ). This way its easier for us to check the reactions (interest) on this issue, else we'd have to scroll down to look for |
Remote doesn't seem to show up in our new (about to release) UI. Investigating |
Validated |
Hi @DonJayamanne / @rchiodo, I see this issue is closed. We're trying to use a local docker container running jupyter in vs code and have the same issue regarding wanting to select different kernels on the remote server. Should this be possible now or is it possible in the new UI? |
It should be possible. Remote kernel selection should work. For VS code stable anyway. VS code insiders is using something that doesn't have remote support just yet. Please open a new issue if you're using VS code stable and you can't pick a remote kernel. This is what it shows for me: Those first 3 kernels being already running kernels. |
Ahh, you're right! I see what the issue was. I'm on VS code stable. I was using the functionality for running a cell directly from a From the But this made me check back and it looks like I still have the kernel selection available through the UI in the python interactive window and I can select a kernel properly from there. Is it a bug that |
Yes seems like an over sight. Please enter an issue. |
Hi,
-pointed here from stackoverflow-
With the new version i am able to connect to a remote jupyter session and that works great, but there does not appear to be a way to change the remote kernel. This feature would be very helpful.
Thanks,
Mike
The text was updated successfully, but these errors were encountered: