Viewing a Notebook Session's Details
View the details for a notebook session in Data Science.
- From the project details page, select the name of a notebook session. If you need help finding the list of projects, see Listing Projects.
The notebook session details page opens.
From the Notebook Session Information tab, you can view the:
-
OCID: A shortened version of the OCID is displayed. Use the Show and Hide links to switch the display of the full OCID. Use the Copy link to save the entire OCID to your clipboard to paste it elsewhere. For example, you could paste to a file and save it, and then use it in model scripts.
-
Created on: The date and time when the notebook session was created.
-
Created by: The email address of the user who created the notebook.
-
Compute instance shape: The defined Compute instance shape.
-
Block storage size (in GB): The defined block storage.
-
VCN:The subnet that was selected is displayed as a link so that you can go to the VCN Details page to manage it.
-
Subnet: The subnet that was selected is displayed as a link so that you can go to the Subnet Details page to manage it.
-
Number of OCPUs: When applicable, the number of OCPUs and amount of memory that were defined.
-
Amount of memory: When applicable, the amount of memory that was defined.
If storage mounts exist, then those details are displayed.
If a runtime configuration exists, then its details are displayed.
If tags exist, then those details are displayed.
If notebook session metrics are configured, then they're displayed.
-
Use the oci data-science notebook-session get command and required parameters to get the details for a notebook session:
oci data-science notebook-session get --notebook-session-id
<data-asset-id>
... [OPTIONS]For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Use the GetNotebookSession operation to view the notebook session details.