3

I want to use vscode on my computer using remote jupyter connection. I applied the steps for the connection, i can create a new notebook and run on this remote server. Bu i want to see my folders on remote server. I want to edit them or create a new file in this server.

vscode

How can i see this files on my vscode like in jupyterlab?

editor

Sevval Kahraman
  • 1,185
  • 3
  • 10
  • 37

1 Answers1

0

Try using the Remote - SSH extension in VS code.

https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh

Ivan
  • 1
  • 1
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/34653369) – Chenmunka Jul 11 '23 at 20:40