Installing dependencies
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:
-
In the management console, open the DataSphere section in the folder where you work with DataSphere projects.
- Go to the Projects tab.
- Select the project you want to open and click it.
Install a package
To install a package:
-
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.
-
Run the cell. To do this, click .
The package installation result is displayed under the cell.