cling/tools/Jupyter/kernel
2015-12-16 20:29:21 +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 prepare for ctypes-cling API 2015-12-16 20:29:21 +01:00
LICENSE Initial commit 2015-12-16 20:29:20 +01:00
README.md install note 2015-12-16 20:29:20 +01:00
setup.py require pexpect 3.3 for replwrap 2015-12-16 20:29:21 +01:00

Cling Kernel

C++ Kernel for Jupyter with Cling.

You will probably need to specify the path to cling with the CLING_EXE env variable.

Note: This currently requires master of everything IPython and Jupyter because that's what I use, but I'll clean that up so it works on 3.x.

Install

To install the kernel:

jupyter kernelspec install cling

or for IPython/Jupyter < 4:

ipython kernelspec install cling