Page cover

detail

The cldkctl notebook detail command retrieves detailed information about a specific Jupyter Notebook by its name. This command displays technical specifications such as CPU, memory, GPU type, disk usage, image, storage, and current status.

Usage

cldkctl notebook detail [name] [flags]

Steps

Follow the steps below to run and view the result of this command:

  1. Identify the Notebook Name that you want to inspect. Refer to the Notebook List section to view all available notebooks.

  2. Run the following command in your terminal:

./cldkctl notebook detail <notebook-name>
  1. Wait a few seconds for the system to fetch the notebook information.

  2. Review the displayed configuration details including namespace, CPU, GPU type, storage, and status.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for the command.

-p, --project string

Specify the project ID.

-n, --namespace string

Specify the cluster namespace to scope the operation.

Last updated