Skip to content

Instantly share code, notes, and snippets.

@nmukerje
Created March 3, 2018 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmukerje/7213bc41738168a98f736e81d0b9e167 to your computer and use it in GitHub Desktop.
Save nmukerje/7213bc41738168a98f736e81d0b9e167 to your computer and use it in GitHub Desktop.
Install R IRKernel on SageMaker
$> sudo yum install R
$> R
R> install.packages('devtools')
R> devtools::install_github('IRkernel/IRkernel')
R> IRkernel::installspec()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment