Jupyter Tutorial on JupyterLab Installing R Kernel

project jupyter now supports kernels of programming environments. we shall now see how to install r kernel in anaconda distribution.

in anaconda prompt window enter following command −

conda install -c r r-essentials

now, from the launcher tab, choose r kernel to start a new notebook.

launcher tab r kernel

the following is a screenshot of jupyter notebook having r kernel −

jupyter notebook having r kernel