How to install R in jupyter(for
2020-03-31 本文已影响0人
Lanlan_78d1
- Install R in Conda
conda install -c r r-essentials
- Connect R to jupyter
install.packages('IRkernel')
IRkernel::installspec()
# In R terminal
- Check completed in jupyter home
image.png
image.png