2 مستودعات
Routing code execution requests from a local editor to remote servers or containers via network sockets.
Distinct from Remote Server Connectivity: Focuses on the routing of execution requests to a remote kernel, rather than general server connectivity or provisioning.
Explore 2 awesome GitHub repositories matching networking & communication · Remote Kernel Routing. Refine with filters or upvote what's useful.
Hydrogen is an interactive code execution environment and text editor integration that enables the execution of individual lines or blocks of code with immediate inline output. It functions as a polyglot interactive notebook and a remote kernel orchestrator, allowing users to run code via Jupyter kernels and render rich media, such as plots, images, and video, directly within the editor. The system distinguishes itself through remote kernel management, routing code execution to external containers or remote servers via network sockets. It maintains a stateful programming environment where lan
Routes code execution to external containers or remote servers via network sockets to enable remote kernel orchestration.
Visualization Curriculum is a curated collection of educational Jupyter notebooks and interactive lessons designed to teach foundational principles and practical design patterns for data visualization. The curriculum covers core concepts such as visual encoding, graphical marks, scales, data transformation, multi-view composition, and interaction techniques. Lessons employ declarative grammars to define data graphics through high-level specifications that map data fields directly to visual marks and channels. The materials support multi-view composition architecture, coordinating distinct da
Offloads code execution to on-demand cloud servers to eliminate local environment configuration friction for learners.