Skip to content

Instantly share code, notes, and snippets.

@juliennonin
Last active January 12, 2020 12:55
Show Gist options
  • Save juliennonin/1914ed46f13719db5b0fa3fff2b4a1da to your computer and use it in GitHub Desktop.
Save juliennonin/1914ed46f13719db5b0fa3fff2b4a1da to your computer and use it in GitHub Desktop.
Using R in Juputer Notebook
# You can install the `IRkernel` package using the following lines in an R console:
install.packages(c('rzmq','repr','IRkernel','IRdisplay'),
repos = c('http://irkernel.github.io/',
getOption('repos')),
type = 'source')
# Don't forget to make the kernel available to Jupyter!
IRkernel::installspec() # user=FALSE to install system-wide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment