# start

The cldkctl notebook start command starts a Jupyter Notebook instance by specifying its name. This command initializes the notebook environment and allocates the necessary computing resources such as CPU, memory, and GPU. It is typically used after a notebook has been stopped, allowing you to resume your previous environment seamlessly.

## Usage

```
cldkctl notebook start [name] [flags]
```

## Aliases

```
start, turn-on, on
```

## Steps

Follow the steps below to run and view the result of this command:

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FN0oxsa5Js4kuzBvHAu8H%2Funknown.png?alt=media&#x26;token=ab90f80d-d33c-4bc6-93ff-b31087f42540" alt=""><figcaption></figcaption></figure>

1. If your organization has multiple projects, identify the Project ID from the Project List section.
2. Run the following command in your terminal, and replace \<notebook name> with the name of the notebook you want to start:

```
./cldkctl notebook start <notebook name>
```

3. If your notebook is running in a different namespace, include the --namespace flag followed by the namespace name.
4. Wait for a few moments while the system initializes the notebook environment and allocates the required resources.
5. Once the process completes successfully, the terminal displays the message “✔ Notebook started”.
6. To verify the notebook’s current state, refer to the Notebook List section.

## Flags

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

| Flag                   | Description                                           |
| ---------------------- | ----------------------------------------------------- |
| -h, --help             | Help for the start command.                           |
| -n, --namespace string | Specify the cluster namespace to scope the operation. |
| -p, --project string   | Specify the project ID.                               |
