Expand description
Jupyter messaging protocol implementation
Implements the Jupyter kernel protocol v5.3 for communication between the kernel and Jupyter frontends.
Structs§
- Error
Content - Error content
- Execute
Reply - Execute reply content
- Execute
Request - Execute request content
- Execute
Result - Execute result content
- Help
Link - Jupyter
Message - Complete Jupyter message structure
- Kernel
Info Reply - Kernel info reply content
- Language
Info - Message
Header - Message header with identification and routing information
- Status
- Kernel status message content
- Stream
- Stream output content
Enums§
- Execution
State - Kernel execution state
- Execution
Status - Execution status
- Message
Type - Jupyter message types as defined in the protocol