cling/tools/Jupyter
2016-07-27 02:12:47 +02:00
..
kernel Move README.md out of kernel/ into Jupyter/. 2016-07-27 02:12:47 +02:00
CMakeLists.txt Fix linker invocatin. 2015-12-16 20:29:22 +01:00
Kernel.cpp Bind Jupyter to MetaProcessor instead of Interpreter. 2016-04-08 16:59:08 +02:00
README.md Move README.md out of kernel/ into Jupyter/. 2016-07-27 02:12:47 +02: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