edit
The cldkctl notebook edit command updates the configuration of an existing Jupyter Notebook, including CPU, memory, and storage settings. This command opens an interactive editor that allows you to modify notebook specifications directly, helping you optimize resources according to your workflow needs.
Usage
cldkctl notebook edit [flags]Steps
Follow the steps below to run and view the result of this command:
Identify the Notebook Name from the Notebook List section.
Run the following command in your terminal, and replace <notebook name> with the name of the notebook you want to edit:
./cldkctl notebook edit <notebook name>The system will open the notebook specification file in the default text editor (e.g., nano or vim), showing the configuration in YAML format. This file includes details such as notebook metadata, resource allocation, image, GPU type, memory, and storage settings.
Locate the section under spec: to modify the desired parameters.
After making the necessary changes, save and close the editor.
Once saved, the system will apply the updated configuration automatically.
Wait a few moments for the notebook to reconfigure its environment.

Flags
-h, --help
Help for the edit command.
-n, --namespace string
Specify the cluster namespace to scope the operation.
-p, --project string
Specify the project ID.
Last updated
