Expand description
RunMat Jupyter Kernel
A high-performance Jupyter kernel for RunMat. Implements the Jupyter messaging protocol over ZMQ with async execution.
Re-exports§
pub use connection::ConnectionInfo;pub use execution::ExecutionEngine;pub use jupyter_plotting::DisplayData;pub use jupyter_plotting::JupyterPlottingConfig;pub use jupyter_plotting::JupyterPlottingExtension;pub use jupyter_plotting::JupyterPlottingManager;pub use protocol::ExecuteReply;pub use protocol::ExecuteRequest;pub use protocol::JupyterMessage;pub use protocol::MessageType;pub use server::KernelServer;
Modules§
- connection
- Jupyter kernel connection management
- execution
- Execution engine for RunMat code within the Jupyter kernel
- jupyter_
plotting - Jupyter plotting integration for the RunMat kernel
- protocol
- Jupyter messaging protocol implementation
- server
- Jupyter kernel server implementation
- transport
- ZMQ transport and Jupyter v5 framing utilities
Structs§
- Help
Link - Kernel
Config - Kernel configuration and runtime state
- Kernel
Info - Kernel capability information reported to Jupyter
- Language
Info
Enums§
- Kernel
Error - Error types for kernel operations