Editing a Notebook Session

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

To edit other options, yoi just 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. Use the Console to sign in to a tenancy with the necessary policies.
    2. Open the navigation menu and click Analytics & AI. Under Machine Learning, click Data Science.
    3. Select the compartment that contains the project with the notebook session.

      All projects in the compartment are listed.

    4. Click the name of the project.

      The project details page opens and lists the notebook sessions.

    5. Click the name of the notebook session that you want to edit.

      The notebook session details page opens.

    6. Click Edit.
    7. Enter a new name and optional description, and then click 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.