Editing a Notebook Session

Edit an active notebook session in Data Science to update the name or description. Edit a deactivated notebook session to change options such as the block storage size, Compute shape, compartment, VCN, and the subnet.

    1. On the Projects list page, select the project that contains the notebook sessions that you want to work with. If you need help finding the list page or the project, see Listing Projects.
    2. On the project details page, select Notebook sessions.
      All notebook sessions in the selected project are displayed in a table.
    3. Find the notebook session that you want to work with.
    4. From the Actions menu (three dots), select Edit.
    5. Enter a new name and optional description, and then select Save changes.
  • Use the oci data-science notebook-session update command and required parameters to edit (update) a notebook session:

    oci data-science notebook-session update --notebook-session-id <notebook-session-id> ... [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the UpdateNotebookSession operation to edit (update) a notebook session.