install note

This commit is contained in:
Min RK 2015-05-25 13:02:31 -07:00 committed by sftnight
parent 2352b5e745
commit b2ffcc4076

View File

@ -3,3 +3,16 @@
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