


If R is displayed as an option, then it works. To check it out, simply run Jupyter and create a new notebook. To do this, you must run the following command line in Anaconda Prompt: $ conda install -c r r-essentialsīy doing so, you should already be able to create Jupyter Notebooks using R. In order to use R with Jupyter Notebooks you must install the packages within R essentials. Yes, I know this is not much for R users as you could already write R Markdowns in RStudio which is somewhat similar to Jupyter… Unless you’re a Jupyter fan, of course. This will enable you to use R in Jupyter Notebooks. Once you have Python, R and Jupter Notebook installed, you will have to install R in Jupyter Notebook. That was easy right? Now let’s dive into the interesting part ) 3. If you don’t have Jupyter nor Python installed, I would recommed you to install them using Anaconda. You can see how to check your R version here. Have R installed in version 3.2 or highger.If you don’t know which Python version you have, you can see how to check it here.

Have Python installed in version 3.5 or higher.In order to program with R and Python in the same Jupyter Notebook we need 3 basic things that will not be explained on this tutorial.
