iR Jupyter Kernel - ChicagoBoothAnalytics/site GitHub Wiki
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.
Anaconda
Alternative installation through 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