Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Spin up a jupyter notebook instance
  2. Open up a terminal as , then start R, note the version that is running

     

    Image Removed

     . Note that your Notebook will not display all options below

    Image Added

    Image Added

  3. Now, following the IKernel instructions run the following commands and choose an appropriate CRAN server

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

     

     

...