Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

To expose the RKerel on Jupyterhub, please follow the following steps.

 

How to Set up RKernel (v 3.5.1)

  1. Spin up a jupyter notebook instance
  2. Open up a terminal, then start R. Note that your Notebook will not display all options below

  3. 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')

     

     

 


  • No labels