Skip to content
Related Articles
Open in App
Not now

Related Articles

How to Add R to Jupyter Notebook ?

Improve Article
Save Article
  • Last Updated : 21 Apr, 2021
Improve Article
Save Article

Although Jupyter has R studio for R Programming Language, many people prefer to work in the jupyter notebook as it is convenient to use. To start with this your system should have anaconda installed. So, now let’s set up the jupyter notebook for the R Programming Language.

Step 1: Open Anaconda.

Step 2: select Environments to create a new environment.

Step 3: Select create a new environment.

Step 4: Give a name for your environment and click create.

Step 5: To use R in jupyter notebook click on r language and press open with jupyter.

Step 6: Now Select the R.

Step 7: Now check the R language code into the jupyter.

My Personal Notes arrow_drop_up
Related Articles

Start Your Coding Journey Now!