

# Library management
<a name="jupyterlab-library-management"></a>

You can use the library management widget in JupyterLab to manage the library installations and configurations in your notebook.

To navigate to the library management of a notebook in Amazon SageMaker Unified Studio, complete the following steps:

1. Navigate to Amazon SageMaker Unified Studio using the URL from your admin and log in using your SSO or AWS credentials. 

1. Navigate to a project. You can do this by choosing a project from the project selector dropdown at the top of the page, or by creating a new project.

1. In the left navigation pane, under **IDEs**, choose **JupyterLab**.

1. Navigate to a notebook or create a new one by selecting **File** > **New** > **Notebook**.

1. Choose the library management icon from the notebook navigation bar.  
![The Amazon SageMaker Unified Studio JupyterLab library icon.](http://docs.aws.amazon.com/sagemaker-unified-studio/latest/userguide/images/library-icon.png)

The following library configurations are available:

## Jar
<a name="jupyterlab-library-jar"></a>
+ **Maven artifacts**
+ **S3 paths**
+ **Disk location paths**
+ **Other paths**

## Python
<a name="jupyterlab-library-python"></a>
+ **Conda packages**
+ **PyPI packages**
+ **S3 paths**
+ **Disk location paths**
+ **Other paths**

## Adding JupyterLab library configurations
<a name="jupyterlab-library-add"></a>



1. Navigate to the JupyterLab library management page.

1. Select the configuration method you would like to add from the left navigation of the library management page.

1. Choose **Add**.

1. Input the URL, package name, coordinates, or other information as the fields indicate.

1. In the left navigation of the library management page, check the box **Apply the change to JupyterLab**.

1. Choose **Save all changes**.