Skip to content

Instantly share code, notes, and snippets.

@wesleyit
Created November 6, 2017 21:55
Show Gist options
  • Save wesleyit/58f52659bfef73ea7836bb44d64af389 to your computer and use it in GitHub Desktop.
Save wesleyit/58f52659bfef73ea7836bb44d64af389 to your computer and use it in GitHub Desktop.
Install iR Kernel to Jupyter
cat | R --no-save <<EOF
install.packages('devtools', repos='http://cran.us.r-project.org')
devtools::install_github('IRkernel/IRkernel')
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment