Skip to content
luongthevinh edited this page Jan 29, 2016 · 2 revisions

Dependencies: make sure you have:

Launch a command-line terminal window and navigate to the <path to the cloned Software folder>/R folder, then run the command:

  • Rscript Install-JupyterIRKernel.R.

Run the command jupyter kernelspec list to verify that the iR kernel is among those listed.

Alternative installation through Anaconda

The fabulous team at Continuum Analytics has recently released a bundle of R software that can be used with the Jupyter Notebook. You can install the R-Essentials bundle simply by running command:

  • conda install -c R R-Essentials
Clone this wiki locally