How to Install R in Jupyter with IRKernel in 3 Steps?
The detailed installation of the R kernel for the ‘Jupyter’ environment
2 min readNov 17, 2018
Recently, my work in RStudio has been very slow and taking up too much resource on my laptop. Therefore, I search for the alternative IDE to run my R jobs and bump into IRKernel, which enables the R programming language in Jupyter Notebook. This article will illustrate how to set up R in Jupyter in details.
Requirements
Before you proceed, it’s important to pre-install:
- Jupyter notebook. The best way is to install Anaconda distribution, and everything will be ready made for you.
- R from CRAN-R (Regularly check the latest update from CRAN-R)
For those who want to manually do it without Anaconda distributions, please follow the guidelines here: