Skip to content

johntfoster/clingkernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C++ Kernel for Jupyter with Cling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%