cling/tools/Jupyter/kernel
2016-04-09 11:14:06 +02: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
.gitignore ignore checkpoints 2015-12-16 20:29:21 +01:00
cling.ipynb Update to current output, URL. 2016-04-01 10:44:15 +02:00
clingkernel.py Check for existing libclingJupyter, not whether it's executable. 2016-04-09 11:14:06 +02:00
README.md Formatting. 2016-03-31 14:59:13 +02: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:

export PATH=/path/to/cling/bin:$PATH
cd src/tools/cling/tools/Jupyter/kernel/

pip install -e .
# or: pip3 install -e .

# register the kernelspec:
jupyter-kernelspec install [--user] cling
# or: jupyter kernelspec install [--user] cling

To run it:

jupyter-notebook
# or: jupyter notebook