Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Open "Anaconda Prompt"
- cd into R installation directory (currently C:\Program Files\R\R-3.6.0\bin\x64\)
- install.packages("devtools")
- devtools::install_github("IRkernel/IRkernel")
- IRkernel::installspec()
- Open JupyterLab and the icon to run the R Kernel should be there
Advertisement
Add Comment
Please, Sign In to add comment