Interface for making requests to the Kernel API.
Readonly
The server settings for the client.
Get a kernel model.
The id of the kernel of interest.
A promise that resolves with the kernel model.
Interrupt a kernel.
The id of the kernel to interrupt.
A promise that resolves when the kernel is interrupted.
List the running kernels.
A promise that resolves with the list of running kernel models.
Restart a kernel.
The id of the kernel to restart.
A promise that resolves when the kernel is restarted.
Shut down a kernel by id.
The id of the kernel to shut down.
A promise that resolves when the kernel is shut down.
Start a new kernel.
Optional
The options used to create the kernel.
Interface for making requests to the Kernel API.