#!/bin/bash apt-get --no-install-recommends -y install build-essential jupyter-notebook r-recommended libssl-dev libcurl4-openssl-dev libssh2-1-dev Rscript -e "install.packages(c('repr','IRdisplay','crayon','pbdZMQ','devtools'), repos='https://cran.r-project.org', lib='/usr/local/lib/R/site-library/')" Rscript -e "devtools::install_github('IRkernel/IRkernel', lib='/usr/local/lib/R/site-library')" Rscript -e "IRkernel::installspec(user=FALSE)"