References ---------- 1. `Xeus-cling `_ Xeus-cling offers a similar interactive experience as xeus-clang-repl but uses Cling as the interpreter. It allows you to write and execute C++ code interactively within Jupyter notebook. 2. `Jupyter-xeus `_ Xeus is a library meant to facilitate the implementation of kernels for Jupyter. It takes the responsibility of implementing the Jupyter Kernel protocol. 3. `Xeus-cpp `_ Xeus-cpp is a Jupyter kernel that provides an interactive C++ environment within Jupyter notebook.