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
Advertisements