简体   繁体   中英

How can i see my files on remote Jupyter server? (Vscode)

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.

代码

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

编辑

You can achieve that using Remote Development extension:

  1. Install the Remote Development extension in Visual Studio Code.

  2. Open the Command Palette (Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on macOS) and select the Remote-Containers: Open Folder in Container command.

  3. Select the folder on the remote Jupyter server that you want to access.

  4. Once the connection is established, you will see the remote folder in the File Explorer in Visual Studio Code.

You can now edit files, create new files, and run code on the remote Jupyter server as if you were working on your local machine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM