.. | ||
cling | ||
scripts | ||
tools/Jupyter | ||
.gitignore | ||
cling.ipynb | ||
clingkernel.py | ||
README.md | ||
setup.py |
Cling Kernel
C++ Kernel for Jupyter with Cling.
Requires ipykernel ≥ 4.0
Install
To install the kernel:
pip install -e .
# register the kernelspec:
jupyter kernelspec install [--user] cling