From b2ffcc40767aaee3f999113aad284fc192e81b76 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 25 May 2015 13:02:31 -0700 Subject: [PATCH] install note --- tools/Jupyter/kernel/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tools/Jupyter/kernel/README.md b/tools/Jupyter/kernel/README.md index 0766e1ac..b038cd81 100644 --- a/tools/Jupyter/kernel/README.md +++ b/tools/Jupyter/kernel/README.md @@ -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