create
The cldkctl notebook creates command provisions for a new Jupyter Notebook with specified computing resources. It launches an interactive setup (TUI) that allows you to define the notebook name, namespace, image, CPU, memory, storage, GPU, and usage purpose. This command enables users to easily configure and deploy notebook environments for various AI/ML workloads, such as training models, running experiments, or performing data analysis.
Usage
cldkctl notebook create [flags]Steps
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 createRun the following command in your terminal:When prompted, enter the Notebook Name to identify your notebook environment.
Select the Namespace from the available options.
Choose the Image that defines your notebook’s base environment.
Specify the resource configuration by defining the memory size, NFS standard size for storage, GPU type, number of GPUs, and number of CPUs to be allocated for the notebook environment.
Select the Purpose of Use that best describes your workload.
When the confirmation prompt appears, select Confirm to proceed with notebook creation.
Wait a few moments for the system to process your request.
After the notebook is created, the terminal displays the message “✓ Notebook created“.
To verify that the notebook has been created successfully, refer to the Notebook List section.




Flags
-h, --help
Help for the create command.
-p, --project string
Specify the project ID.
Last updated
