Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python Vscode extension - can't change remote jupyter notebook kernel

I've got the updated Python VSCode extension installed and it works great. I'm able to use the URL with the token to connect to a remote Jupyter notebook. I just cannot seem to figure out how to change the kernel on the remote notebook for use in VSCode.

If I connect to the remote notebook through a web browser, I can see my two environments through the GUI and change kernels. Is there a similar option in the VSCode extension?

like image 982
Mike R Avatar asked Sep 06 '25 07:09

Mike R


1 Answers

VS Code doesn't currently expose remote kernels in the UI, but we will look into that soon. Can you please log an issue on https://github.com/Microsoft/vscode-python/issues to help us track this request?

like image 102
ronglums Avatar answered Sep 09 '25 01:09

ronglums