Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • 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
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex DataSphere
  • Getting started
    • About Yandex DataSphere
    • DataSphere resource relationships
    • Communities
    • Cost management
    • Project
    • Computing resource configurations
      • List of pre-installed software
      • Available commands
    • Foundation models
    • Quotas and limits
    • Special terms for educational institutions
  • Terraform reference
  • Audit Trails events
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • Running bash commands
  • Disabled regular commands
  1. Concepts
  2. DataSphere Notebook
  3. Available commands

Available commands

Written by
Yandex Cloud
Updated at October 11, 2024
  • Running bash commands
  • Disabled regular commands

DataSphere Notebook allows you to use IPython magic commands. You can use them to measure program runtime, run bash commands in separate cells, identify variable types, etc. The majority of standard commands from the IPython documentation is available in notebooks. For the restrictions and additions, see below.

Running bash commandsRunning bash commands

To run bash commands, put bash explicitly at the beginning of the cell:

#!:bash

Restrictions

The following restrictions apply to using bash commands:

  • Background jobs, such as sshd, are not supported.
  • Running pip is not supported; use the %pip format instead.

Disabled regular commandsDisabled regular commands

Regular commands that are not available in a notebook:

  • %%bash
  • %%perl
  • %%python
  • %%python2
  • %%python3
  • %%ruby
  • %%script
  • %%sh

See alsoSee also

  • Installing dependencies
  • Computing resource configurations
  • Quotas and limits in DataSphere
  • Step-by-step guides for DataSphere

Was the article helpful?

Previous
List of pre-installed software
Next
Ways to use Apache Spark™ clusters
© 2025 Direct Cursus Technology L.L.C.