Crate runmat_kernel

Crate runmat_kernel 

Source
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§

HelpLink
KernelConfig
Kernel configuration and runtime state
KernelInfo
Kernel capability information reported to Jupyter
LanguageInfo

Enums§

KernelError
Error types for kernel operations

Type Aliases§

Result