jupyter_start_kernel
Launch a new Jupyter kernel for code execution. Specify a kernel name, such as python3, to define the runtime environment.
Instructions
Start a new Jupyter kernel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kernel_name | No | Name of the kernel spec (default: python3) | python3 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |