lvalnegri

jupyter_windows_RKernel

Mar 9th, 2020
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Open "Anaconda Prompt"
  2. cd into R installation directory (currently C:\Program Files\R\R-3.6.0\bin\x64\)
  3. install.packages("devtools")
  4. devtools::install_github("IRkernel/IRkernel")
  5. IRkernel::installspec()
  6. Open JupyterLab and the icon to run the R Kernel should be there
Advertisement
Add Comment
Please, Sign In to add comment