VSCode SSH Notebook Remotely
This guide requires prerequisites of Notebook with enabled SSH Server feature and key-pair. Please go to SSH Server feature if it hasn't been set up yet.
Steps
Install the extension, Remote - SSH on VSCode.ssh
Press
Cmd+Shift+p
, typeRemote-SSH:Connect to Host...
and run it.Select
jupyter
from listed hosts, it will open a new VSCode window.Once SSH succeeds, open file explorer and click
Open Folder
Open the folder,
/home/jovyan
.It shows files from
/home/jovyan
of remote Notebook.
Last updated