Member-only story
How to Add R to Jupyter Notebook
3 min readAug 28, 2021
Today i will teach you How to Add R to Jupyter Notebook
You can add R to Jupyter Notebook by typing this command in the Anaconda Prompt:
conda install -c r r-irkernel
But just in case you were wondering, here are the full steps to add R to Jupyter Notebook from scratch.
Steps to Add R to Jupyter Notebook
Step 1: Open the Anaconda Prompt
To start, open the Anaconda Prompt:
You’ll then see the following screen with your user name:
Step 2: Add R to Jupyter
Next, type/copy the following command in order to add R to Jupyter:
conda install -c r r-irkernel
The command would look like this in the Anaconda Prompt (press ENTER to proceed with the installation):