Updated on 2024-10-29 GMT+08:00

Connecting to a Notebook Instance Through VS Code

VS Code is a typical code editor that supports multiple programming languages and development environments. You can connect to and use Jupyter Notebook through VS Code.

After creating a notebook instance with remote SSH enabled, you can use VS Code to access the development environment in any of the following ways:

Installing VS Code

Install VS Code first.

  • Download URL:
    Download address: https://code.visualstudio.com/updates/v1_85
    Figure 1 VS Code download URL
  • VS Code version requirements:

    You are advised to use VS Code 1.85.2 or the latest version for remote connection.

  • VS Code installation guide:

    In Windows, double-click the installation package to complete the installation.

    In Linux, run the command sudo dpkg -i code_1.85.2-1705561292_amd64.deb to install VS Code.

    Linux system users must install VS Code as a non-root user.