cling/tools/Jupyter/README.md
2016-07-27 02:12:47 +02:00

475 B

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