cling/tools/Jupyter/kernel
2016-02-08 11:44:07 +01:00
..
cling use Python script to get correct executable 2015-12-16 20:29:21 +01:00
scripts use Python script to get correct executable 2015-12-16 20:29:21 +01:00
tools/Jupyter Add proper header. 2015-12-16 20:29:21 +01:00
.gitignore ignore checkpoints 2015-12-16 20:29:21 +01:00
cling.ipynb example notebook 2015-12-16 20:29:20 +01:00
clingkernel.py Fix cling GitHub Issue #1: libclingJupyter might be called .so 2016-02-08 11:44:07 +01:00
README.md Use typical sub-llvm path. 2016-02-02 23:14:06 +01:00
setup.py As agreed by Min, change license to that of cling. 2015-12-16 20:29:22 +01:00

Cling Kernel

C++ Kernel for Jupyter with Cling.

Requires ipykernel ≥ 4.0

Install

To install the kernel with sources in src/tools/cling:

cd src/tools/cling/tools/Jupyter/kernel/
pip install -e .
# register the kernelspec:
jupyter kernelspec install [--user] cling