C++ implementation of the Jupyter Kernel protocol
Introduction¶
xeus
is a framework meant to facilitate the implementation of kernels for
Project Jupyter. It takes the burden of implementing the Jupyter Kernel
protocol so developers can focus on implementing the interpreter part of the
kernel.
Licensing¶
We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.
This software is licensed under the BSD-3-Clause license. See the LICENSE file for details.
INSTALLATION
USAGE
DEVELOPER SECTION