Module protocol

Module protocol 

Source
Expand description

Jupyter messaging protocol implementation

Implements the Jupyter kernel protocol v5.3 for communication between the kernel and Jupyter frontends.

Structs§

ErrorContent
Error content
ExecuteReply
Execute reply content
ExecuteRequest
Execute request content
ExecuteResult
Execute result content
HelpLink
JupyterMessage
Complete Jupyter message structure
KernelInfoReply
Kernel info reply content
LanguageInfo
MessageHeader
Message header with identification and routing information
Status
Kernel status message content
Stream
Stream output content

Enums§

ExecutionState
Kernel execution state
ExecutionStatus
Execution status
MessageType
Jupyter message types as defined in the protocol