Page cover

cldkctl notebook

The notebook command is used to manage Jupyter Notebooks within your Cloudeka environment. It allows you to create, start, stop, edit, and delete notebooks while also viewing detailed information about existing ones. This helps you manage computational resources efficiently, particularly when working with data analysis, machine learning, or AI development workflows.

Usage

cldkctl notebook [flags]

Aliases

notebook, nb

Available commands

Command
Description

create

Create a new notebook

delete

Delete a notebook

detail

View detailed information about a notebook

edit

Modify a notebook’s configuration

list

List all notebooks

start

Start a notebook

stop

Stop a running notebook

Flags

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

Flag
Description

-h, --help

Help for the notebook command.

Last updated