Optional Readonly connectionsThe number of active connections to the kernel.
Optional Readonly execution_The kernel execution state.
Readonly idUnique identifier of the kernel on the server.
Optional Readonly last_The timestamp of the last activity on the kernel.
Readonly nameThe name of the kernel.
Optional Readonly reasonThe reason the kernel died, if applicable.
Optional Readonly tracebackThe traceback for a dead kernel, if applicable.
Generated using TypeDoc
The kernel model provided by the server.
Notes
See the Jupyter Server API.