Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex DataSphere
  • Getting started
    • All guides
      • Connecting to JupyterLab from a local IDE
      • Selecting computing resources
      • Checking GPU load
      • Getting a notebook ID
      • Installing packages
      • Notebook code snippets
      • Clearing notebook cell outputs
      • Working with Git
      • Setting up template-based notebook creation
    • Migrating a workflow to a new version
  • Terraform reference
  • Audit Trails events
  • Access management
  • Pricing policy
  • Public materials
  • Release notes
  1. Step-by-step guides
  2. DataSphere Notebook
  3. Connecting to JupyterLab from a local IDE

Connecting to JupyterLab from a local IDE

Written by
Yandex Cloud
Updated at March 6, 2025

DataSphere allows you to work with projects from any local IDE if it supports the use of remote Jupyter servers. This feature is disabled by default, but the community administrator can enable it in the community settings.

Note

You must have the datasphere.communities.admin role in the community to enable the remote IDE feature. Only users with the datasphere.community-projects.developer role or higher can get a link to connect to a project from an IDE.

Here is an example of connecting to a project using Visual Studio Code:

  1. Open the DataSphere home page. In the left-hand panel, select Communities.

  2. Select the community your project is in.
  3. Go to the Restrictions tab.
  4. Under Project mode, enable the Connect external IDEs option.
  5. Go to the Projects tab and select your project.
  6. In the project settings, under General settings, click Edit.
  7. In the VM configuration for remote connection field, select VM configuration and run the project.
  8. In the top-right corner, click Share ⟶ Link for external IDE.
  9. Click Copy link.
  10. Open an ipynb file in Visual Studio Code.
  11. In the top-right corner, click the button with your Python version.
  12. On the panel that opens, click Select Notebook Kernel ⟶ Existing Jupyter Server.
  13. Paste the link you get and press Enter.

Once connection is established, all computations will be run in DataSphere. The started VM will be running until you stop it in the DataSphere interface.

Was the article helpful?

Previous
Troubleshooting
Next
Selecting computing resources
Yandex project
© 2025 Yandex.Cloud LLC