-
Notifications
You must be signed in to change notification settings - Fork 8
iR Jupyter Kernel
luongthevinh edited this page Jan 29, 2016
·
2 revisions
Dependencies: make sure you have:
- installed
Anaconda Python
v2.7; - installed
R
; -
Git
-cloned Chicago Booth Analytics'sSoftware
GitHub repo down to a local folder on your machine.
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.
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