Running R
Action
To configure R Kernel (R v3.5.1), follow the instructions below.
Instructions
Log into Jupyterhub, start a server.
Open up a terminal, then start R inside of the terminal
Now, following the IKernel instructions, run the following commands and choose an appropriate CRAN server
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest')) devtools::install_github('IRkernel/IRkernel') IRkernel::installspec(name = 'ir35', displayname = 'R 3.5')
Â
Go back to Jupyterhub, refresh the page and you should now see R Kernel available.Â
Â
Â
Â