Skip to content

Instantly share code, notes, and snippets.

@korkridake
Created November 15, 2018 13:20
Show Gist options
  • Save korkridake/a2e48c1cd0fa22620d3af34ca4153dd6 to your computer and use it in GitHub Desktop.
Save korkridake/a2e48c1cd0fa22620d3af34ca4153dd6 to your computer and use it in GitHub Desktop.
# -----------------------------------------------------------------------------------------------
# -----------------------------------------------------------------------------------------------
# 1/2) Installing via supplied binary packages (default on Windows + Mac OS X)
# Source: https://irkernel.github.io/installation/#binary-panel
# -----------------------------------------------------------------------------------------------
# -----------------------------------------------------------------------------------------------
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
devtools::install_github('IRkernel/IRkernel')
IRkernel::installspec()
# Then, cast the Jupyter Notebook in Anaconda.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment