Skip to main content
Install, view, update, or remove Python packages from the Manage packages sidebar or the notebook terminal.
The default notebook environment includes the W&B Python SDK, Reports and Workspaces API, marimo, and other commonly used packages.

Install a package

Install packages using either the sidebar or the terminal.
To install a package from the sidebar:
  1. From the notebook sidebar, select Manage packages ().
  2. Enter the package name.
  3. Select Add.
Refer to the marimo documentation.

View installed packages

View installed packages using either the sidebar or the terminal.
From the notebook sidebar, select Manage packages ().Select List to view a flat list of installed packages, or select Tree to view their dependency hierarchy. If one package depends on another, the dependency appears as its child in Tree view.The following image shows wandb-workspaces in the Manage packages sidebar. Packages nested under it are the dependencies of wandb-workspaces.
Manage packages sidebar in the notebook

Update a package

Update an existing package using either the sidebar or the terminal.
  1. From the notebook sidebar, select Manage packages ().
  2. Type or search for the package.
  3. Select Upgrade.

Remove a package

Remove an existing package using either the sidebar or with the notebook terminal.
  1. Select Manage packages () from the notebook sidebar.
  2. Find the package you want to remove.
  3. Select Remove next to the package name.