Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Installing Packages

Most common Python libraries such as NumPy, Pandas, Matplotlib, Scikit-learn, TensorFlow, and PyTorch are already installed on the CDSS DataHub.
However, if you need to use an additional library, you can install it yourself.

Installing Packages Screenshot

Option 1: Install in a Notebook Cell

You can install a package by running the following command inside a notebook cell (note the exclamation mark ! before pip):

!pip install pandas