Skip to content

Instantly share code, notes, and snippets.

@peterdalle
Created February 7, 2017 12:33
Show Gist options
  • Save peterdalle/f4159439c98e28410c34dd5b505dc3ae to your computer and use it in GitHub Desktop.
Save peterdalle/f4159439c98e28410c34dd5b505dc3ae to your computer and use it in GitHub Desktop.
Install the R kernel for Jupyter Notebooks
# Install R kernel for Jupyter Notebooks, run this via R/RStudio
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
devtools::install_github('IRkernel/IRkernel')
IRkernel::installspec()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment