Listing Notebook Sessions

List the Data Science notebook sessions in a project.

    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 that you want to use.

      All projects in the compartment are listed.

    4. Click the name of the project.

      The project details page opens and lists the notebook sessions.

  • Use the oci data-science notebook-session list command and required parameters to list the notebook sessions in a project:

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

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the ListNotebookSessions operation to list the notebook sessions in a project.