Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode remote Jupyter Notebook - Open an existing notebook in a specific folder on Jupyter Notebook remote server

I can connect to a remote Jupyter Notebook server with a token from VSCode through the "Python: Specify Jupyter server URI" command from the Command Palette.

However, I didn't find a way to do 2 things:

  1. Open an existing Notebook on the remote Jupyter Notebook server.
  2. Specify a folder to connect to, where my existing notebook resides in the remote server.

Is there a way of doing it?

like image 395
David Avatar asked Oct 15 '22 07:10

David


1 Answers

Currently, VSCode doesn't support this functionality. See this issue: https://github.com/microsoft/vscode-python/issues/8161

like image 103
David Avatar answered Oct 19 '22 02:10

David