Created
February 7, 2017 12:33
-
-
Save peterdalle/f4159439c98e28410c34dd5b505dc3ae to your computer and use it in GitHub Desktop.
Install the R kernel for Jupyter Notebooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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