Installation · IRkernel
irkernel.github.io › installationsudo apt-get install libcurl4-openssl-dev. Start a R session and run: install.packages('devtools') # We need RCurl for install_github install.packages('RCurl') # Install the packages devtools::install_github(paste0( 'IRkernel/', c('repr', 'IRdisplay', 'IRkernel') )) To update the git versions, repeat the install_github('IRkernel/...') steps.
IRkernel/IRkernel: R kernel for Jupyter - GitHub
github.com › IRkernel › IRkernelDec 31, 2021 · Per default IRkernel::installspec () will install a kernel with the name “ir” and a display name of “R”. Multiple calls will overwrite the kernel with a kernel spec pointing to the last R interpreter you called that commands from. You can install kernels for multiple versions of R by supplying a name and displayname argument to the installspec () call (You still need to install these packages in all interpreters you want to run as a jupyter kernel!):
Installation · IRkernel
https://irkernel.github.io/installationThe kernel spec can be installed for the current user with the following line from R: IRkernel::installspec() To install system-wide, set user to False in the installspec command: IRkernel::installspec(user = FALSE) 3/3) Make useful shortcuts available. If you use Jupyter lab (and you should!), install Ryan Homer’s text-shortcuts extension: