list
The cldkctl notebook list command retrieves a list of all Jupyter Notebooks available in your environment. It displays key information such as notebook name, namespace, GPU type, storage, memory, status, and creation time.
Usage
cldkctl notebook list [flags]Aliases
list, lsSteps
Follow the steps below to run and view the result of this command:
If your organization has multiple projects, identify the Project ID from the Project List section.
Run the following command in your terminal:
./cldkctl notebook listWait a few seconds for the system to fetch the data.
Review the list of notebooks displayed in the terminal, which includes details such as name, namespace, GPU type, and status.

Name
The name of the Jupyter Notebook.
Namespace
The namespace in which the notebook is deployed.
GPU Type
The type of GPU assigned to the notebook.
GPU
The number of GPUs allocated.
CPU
The number of CPUs allocated.
Storage
The type of storage used for the notebook.
Storage Size
The allocated storage capacity.
Memory
The total memory assigned to the notebook.
Status
The current status of the notebook (e.g., Pending, Running).
Running
Indicates whether the notebook is currently active (true or false).
Flags
-h, --help
Help for the list command.
-p, --project string
Specify the project ID to filter notebooks.
Last updated
