kafonek / kernel-sidecar-rs

Kernel Sidecar in Rust
MIT License
11 stars 1 forks source link

Tests

Overview

This is an attempt to port kernel-sidecar to Rust.

Roadmap:

Run

Use cargo run. The main.rs script at this time starts a Jupyter Kernel as a child process, the available utility functions can start ipykernel (Python), evcxr_jupyter (Rust), or irkernel (R) kernels. After that, the script creates an Action for a kernel_info_request and awaits its completion, meaning it should run until kernel goes to idle and we see kernel_info_reply. A Handler is attached to the action to dbg! all messages related to the original request.