minrk / clingkernel

Now part of Cling, no longer maintained here

Home Page:https://github.com/root-mirror/cling#jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cling Kernel

C++ Kernel for Jupyter with Cling.

Merged into cling

This repo is no longer maintained, as it has been merged into cling itself

Old stuff:

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

About

Now part of Cling, no longer maintained here

https://github.com/root-mirror/cling#jupyter

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 80.3%Language:Jupyter Notebook 19.7%