Yandex.Cloud
  • Services
  • Why Yandex.Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Yandex DataSphere
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Creating a project
    • Installing dependencies
    • Running sample code in a notebook
    • Version control. Working with checkpoints
    • Managing computing resources
    • Clearing the interpreter state
    • Sharing a notebook
      • Publishing a notebook
      • Exporting a project
    • Changing a name or description
    • Deleting a project
    • Working with Git
    • Setting up integration with Data Proc
  • Concepts
    • Overview
    • Project
    • List of pre-installed software
    • Available commands
    • Computing resource configurations
    • Integration with version and data control systems
    • Integration with Data Proc
    • Quotas and limits
  • Access management
  • Pricing policy
  • Questions and answers
  1. Step-by-step instructions
  2. Installing dependencies

Installing dependencies

  • Before you start
  • Install a package

Popular packages for data analysis and machine learning are pre-installed and ready for use: view the list.

You can install missing packages using the pip package manager.

Before you start

If a project is already open, open the tab with a notebook.

If not, open the project:

  1. In the management console, open the DataSphere section in the folder where you work with DataSphere projects.

  2. Go to the Projects tab.
  3. Select the project you want to open and click it.

Install a package

To install a package:

  1. Write the following command in the notebook cell:

    %pip install <Package name>
    

    For example, install the seaborn package to visualize statistics:

    %pip install seaborn
    

    You can use various options that the pip install command supports. See a usage examples of the command.

  2. Run the cell. To do this, click .

    The package installation result is displayed under the cell.

What's next

  • Managing computing resources
  • Clearing the interpreter state
In this article:
  • Before you start
  • Install a package
Language
Careers
Privacy policy
Terms of use
© 2021 Yandex.Cloud LLC