...
How to Set up RKernel (v 3.5.1)
- Spin up a jupyter notebook instanceLog into Jupyterhub an start a server.
Open up a terminal, then start R . Note that your Notebook will not display all options belowinside of the terminal.
Now, following the IKernel instructions run the following commands and choose an appropriate CRAN server. Server 64 is NY.
Code Block 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.