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
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 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
  • Examples of embed code for 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 October 11, 2024
  • Opening a notebook
  • Examples of embed code for website

You can publish your JupyterLab notebook's source file on your website and authorize users to run it in DataSphere. After using a link, the user will need to log in to Yandex Cloud and select a project.

Opening a notebookOpening a notebook

To open a notebook in DataSphere:

  1. Substitute a link to the notebook source file in the common part of the link. The file must be publicly available without any restrictions.

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

    For 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 a project and click Add.

This adds a notebook copy to the project storage.

Examples of embed code for websiteExamples of embed code for 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
© 2025 Direct Cursus Technology L.L.C.