Description:
This repo is used as a starting point for experimenting with R inside of Jupyter notebooks
These steps are for Mac installation. (R steps from here)
$ <clone this repo to a local path>
$ brew install python R
$ pip3 install -r requirements.txt
$ R
> install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
...(hundreds of build lines)
> devtools::install_github('IRkernel/IRkernel')
> IRkernel::installspec(user = FALSE)
> q()
$ jupyter notebook
Browser - http://localhost:8888/tree
- Click on
iris-cart.ipynb
- The notebook should be able to run