Skip to main content

User Guide

Monitoring Notebooks

Understanding Notebook Statuses and Lifecycle

The Notebook Service provides various statuses to help users monitor the lifecycle of their notebooks. Below is a description of the typical statuses:

Notebook Statuses

  1. Unschedulable:
    • Description: The notebook could not be scheduled due to insufficient resources or policy restrictions.
    • Action: Review the resource requirements, quotas, or configurations and retry.
  2. PodInitializing:
    • Description: The notebook environment is being set up. This includes pulling the container image, initializing attached volumes, and configuring the runtime.
    • Action: Monitor progress through the dashboard or logs.
  3. Running:
    • Description: The notebook is active and available for use. Users can now connect to the Jupyter interface to run experiments or scripts.
    • Action: Access the notebook interface and monitor metrics for ongoing activities.
  4. Stopping:
    • Description: The notebook is in the process of shutting down, either manually or due to a system-triggered action.
    • Action: Wait for the process to complete or monitor logs for issues.
  5. Stopped:
    • Description: The notebook has been successfully stopped and is no longer consuming compute resources.
    • Action: Restart the notebook if needed or review saved data and configurations.
  6. Deleting:
    • Description: The notebook is being deleted. All associated resources, such as volumes, will also be released.
    • Action: Wait for the deletion process to complete.
  7. Deleted:
    • Description: The notebook has been successfully deleted and is no longer available in the system.

Viewing Notebook Details

Steps to View Notebook Details

  1. Log in to AI Studio:
    • Access the AI Studio Console.
  2. Navigate to Notebook Management:
    • In the left navigation tree, expand Training and select Notebooks.
  3. Select a Notebook:
    • From the Notebook Dashboard, click on the name of the notebook you wish to view.
  4. View Details:
    • The Details Page displays the following information:
      • Notebook Image: The container image used for the notebook environment.
      • Attached Volumes: Persistent volumes connected to the notebook for storing data.
      • Machine Specifications: Details of the CPU, GPU, and memory allocated.
      • Status: Current lifecycle status of the notebook.