list_kernels
List all available kernels running on the Jupyter server, including IDs, names, states, and connection details. Monitor kernel resources and identify specific kernels for connection.
Instructions
List all available kernels in the Jupyter server.
This tool shows all running and available kernel sessions on the Jupyter server, including their IDs, names, states, connection information, and kernel specifications. Useful for monitoring kernel resources and identifying specific kernels for connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Tab-separated table with columns: ID, Name, Display_Name, Language, State, Connections, Last_Activity, Environment |