[Yandex Cloud documentation](../../../index.md) > [Yandex DataSphere](../../index.md) > [Step-by-step guides](../index.md) > DataSphere Notebook > Getting a notebook ID

# Getting a notebook ID

To work with a project through the API, you may need the notebook ID.

## Getting started {#before-begin}

Open the DataSphere project:

1. Select the project in your community or on the DataSphere [home page](https://datasphere.yandex.cloud) in the **Recent projects** tab.
1. Click **Open project in JupyterLab** and wait for the loading to complete.
1. Open the notebook tab.

## Getting a notebook ID {#get-notebook-id}

1. In the left-hand panel of your file browser, right-click the notebook you need.
1. In the window that opens, select **Copy Path**.

    The clipboard will contain a string that looks like this:

    ```text
    /home/jupyter/datasphere/project/<notebook_name>.ipynb
    ```

1. Use the copied path as the notebook ID.