LoginSignup
1
1

More than 5 years have passed since last update.

Installing RKernel on Windows JupyterLab

Posted at

installing R with conda

conda install -c conda-forge r

image.png

Proceed ([y]/n)? y

image.png

run R console

which r
r

image.png

install IRKernel

install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
devtools::install_github('IRkernel/IRkernel')

you can select Japan CRAN mirror
image.png

image.png
image.png

install Rkernel on current environment

IRkernel::installspec()

image.png

exit RTerm with q() coomand and run jupyter lab again.

image.png

image.png

check Rkernel

image.png

ref

irkernel installation
https://irkernel.github.io/installation/

Producing Simple Graphs with R
https://www.harding.edu/fmccown/r/

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1