Related projects¶
Xeus-based kernels¶
xeus-cling¶
The xeus-cling project is a Jupyter kernel for the C++ programming language based on the Cling C++ interpreter from CERN and Xeus, the native implementation of the Jupyter protocol.

xeus-python¶
The xeus-python project is a Jupyter kernel for the Python programming language based on the Xeus implementation of the protocol.

xeus-sql¶
The xeus-sql is a Jupyter kernel for general SQL implementations based on the native implementation of the Jupyter protocol xeus and SOCI.
xeus-sqlite¶
The xeus-sqlite project is a Jupyter kernel for the SQLite.

xeus-robot¶
The xeus-robot project is a Jupyter kernel for RobotFramework
xeus-lua¶
The xeus-lua project is a Jupyter kernel for Lua.
xeus-octave¶
The xeus-octave project is a Jupyter kernel for GNU Octave.
xeus-wren¶
The xeus-wren project is a Jupyter kernel for Wren.
xeus-cookiecutter¶
The xeus-cookiecutter project can be used to generated xeus-based Jupyter kernels. It provides a base template project including an “hello world” kernel.
SlicerJupyter¶
The SlicerJupyter project is an integration of the xeus-python kernel in the 3D-Slicer desktop application. SlicerJupyter is an example of application taking advantage of xeus to integrate a Jupyter kernel in the event loop of a Desktop application.
xwidgets¶
The xwidgets project is a C++ implementation of the Jupyter interactive widgets protocol. The Python reference implementation is available in the ipywidgets ipywidgets project.
xwidgets enables the use of the Jupyter interactive widgets in the C++ notebook, powered by the xeus-cling kernel and the cling C++ interpreter from CERN. xwidgets can also be used to create applications making use of the Jupyter interactive widgets without the C++ kernel per se.
