Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex DataSphere
  • Getting started
    • All guides
      • Publishing a notebook
      • Exporting a project
      • Opening a notebook in DataSphere
    • Migrating a workflow to a new version
  • Terraform reference
  • Audit Trails events
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • Opening a notebook
  • Code snippets to embed on your website
  1. Step-by-step guides
  2. Shared access
  3. Opening a notebook in DataSphere

Opening a notebook in DataSphere

Written by
Yandex Cloud
Updated at August 15, 2025
View in Markdown
  • Opening a notebook
  • Code snippets to embed on your website

You can publish the JupyterLab notebook's source file on your website and enable users to run it in DataSphere. After clicking the link, users will be prompted to sign in to Yandex Cloud and select a project.

Opening a notebookOpening a notebook

To open a notebook in DataSphere:

  1. Replace the placeholder in the provided link with the URL of your notebook's source file. Make sure the file is publicly accessible without any restrictions.

    https://datasphere.yandex.cloud/import-ipynb?path=<source_file_link>
    

    Here is an example:

    https://datasphere.yandex.cloud/import-ipynb?path=https://raw.githubusercontent.com/yandex-cloud-examples/yc-datasphere-batch-execution/main/src/train_classifier.ipynb
    
  2. Follow the link and click Run in Yandex DataSphere.

  3. In the window that opens, select the project and click Add.

This will add a notebook copy to the project storage.

Code snippets to embed on your websiteCode snippets to embed on your website

Widget

Embed code

Open in DataSphere

<a href="https://datasphere.yandex.cloud/import-ipynb?path=<source_file_link>">
Open in DataSphere
</a>

<a href="https://datasphere.yandex.cloud/import-ipynb?path=<source_file_link>">
  <img src="https://storage.yandexcloud.net/datasphere-assets/datasphere_badge_v1_ru.svg"
  alt="Open in DataSphere"/>
</a>

<a href="https://datasphere.yandex.cloud/import-ipynb?path=<source_file_link>">
  <img src="https://storage.yandexcloud.net/datasphere-assets/datasphere_badge_v1_en.svg"
  alt="Open in DataSphere"/>
</a>

<a href="https://datasphere.yandex.cloud/import-ipynb?path=<source_file_link>">
  <img src="https://storage.yandexcloud.net/datasphere-assets/datasphere_badge_v2_ru.svg"
  alt="Open in DataSphere"/>
</a>

<a href="https://datasphere.yandex.cloud/import-ipynb?path=<source_file_link>">
  <img src="https://storage.yandexcloud.net/datasphere-assets/datasphere_badge_v2_en.svg"
  alt="Open in DataSphere"/>
</a>

<a href="https://datasphere.yandex.cloud/import-ipynb?path=<source_file_link>">
  <img src="https://storage.yandexcloud.net/datasphere-assets/datasphere_badge_v3_ru.svg"
  alt="Open in DataSphere"/>
</a>

<a href="https://datasphere.yandex.cloud/import-ipynb?path=<source_file_link>">
  <img src="https://storage.yandexcloud.net/datasphere-assets/datasphere_badge_v3_en.svg"
  alt="Open in DataSphere"/>
</a>

Was the article helpful?

Previous
Exporting a project
Next
Migrating a workflow to a new version
© 2026 Direct Cursus Technology L.L.C.