notebook_list_kernels
List installed Jupyter kernel specs to retrieve kernel names for executing notebook cells.
Instructions
List every Jupyter kernel spec installed on this machine.
Returns a dict of {kernel_name: display_name}. Use the kernel_name value as the kernel_name argument to execution tools.
If you get ModuleNotFoundError when running a cell, the kernel may not have your packages installed. Install the current virtualenv as a kernel: python -m ipykernel install --user --name myenv
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |