Editing a Notebook Session

Edit an active notebook session in Data Science to update the name or description.

To edit other options, deactivate the notebook session, and then reactivate it. This action lets you to change options such as the block storage size, Compute shape, compartment, VCN, and the subnet.

    1. From the project details page, select the name of the notebook session that you want to edit. If you need help finding the list of projects, see Listing Projects.

      The notebook session details page opens.

    2. Select Edit.
    3. 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 flags and variable options for CLI commands, see the CLI Command Reference.

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