Expand description

Available responses back from the kernel.

Structs

Response when the kernel asks the client to clear the output.
Response when asking for comm info.
Content when asking for code completion.
Content of an error response.
Response when code is input to the kernel.
Information from code execution.
Response when requesting to execute code.
Link pointing to some help text.
Content when asking for history entries.
Response from inspecting code
Content for a KernelInfo response.
Information about the language of code for the kernel.
Response when asking the kernel to shutdown.
Response from the IOPub status messages
Response when printing to stdout/stderr.

Enums

State of the kernel.
Responses from the IOPub channel.
Status of if entered code is complete (i.e. does not need another “ character).
Overall response type
Responses from sending shell messages.
Status of the request.
Type of stream, either stdout or stderr.