Jupyter has the ability to run multiple kernels for different languages. It is very easy to set up an environment for a particular language in Anaconda. For example, an R kernel can be set by using the following command in Anaconda:
$ conda install -c r r-essentials
The R kernel should then appear, as shown in the following screenshot: