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 usage examples for this command.
-
Run the cell. To do this, click
.
The package installation result is displayed under the cell.