# 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:

1. If your organization has multiple projects, identify the Project ID from the Project List section.
2. Run the following command in your terminal:

```
cldkctl notebook create
```

3. Run the following command in your terminal:When prompted, enter the Notebook Name to identify your notebook environment.
4. Select the Namespace from the available options.
5. Choose the Image that defines your notebook’s base environment.
6. 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.
7. Select the Purpose of Use that best describes your workload.
8. When the confirmation prompt appears, select Confirm to proceed with notebook creation.
9. Wait a few moments for the system to process your request.
10. After the notebook is created, the terminal displays the message “✓ Notebook created“.
11. To verify that the notebook has been created successfully, refer to the Notebook List section.

<figure><img src="/files/v0EaxLpzsOjUqViBDIzw" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/0SwWw2PCxZmk1yZkQvk2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/73lNOjyBrRzpiAdgcTxv" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/HW3lhYiYl4ltI8WXa2WD" alt=""><figcaption></figcaption></figure>

## Flags

{% hint style="info" %}
This command supports [global flags](/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details
{% endhint %}

| Flag                 | Description                  |
| -------------------- | ---------------------------- |
| -h, --help           | Help for the create command. |
| -p, --project string | Specify the project ID.      |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-notebook/create.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
