How to create R Notebooks in Jupyter Notebooks Using Anaconda

preview_player
Показать описание
You can code in R with Jupyter Notebooks using Anaconda. In this tutorial, I will show you a quick way to be able to add R notebooks in Jupyter Notebooks!

Code in Anaconda Prompt:
conda install -c r r-irkernel

---------------------------------------------------------------------------------------------------------------------------
Follow me:

My Filming Setup:

DISCLAIMER: Links included in this description might be affiliate links. If you purchase a product or service with the links that I provide I may receive a small commission. There is no additional charge to you.
Рекомендации по теме
Комментарии
Автор

Thank you for this!! I find the terminal stuff to be intimidating and overwhelming so I really appreciate this walkthrough.

thefuturist
Автор

This is great, but how do you see the variables that are saved in jupyter? I am running a jupyter notebook in VS code, and the R kernel works just fine, but I cannot see the variables!

AffectiveApe
Автор

I have a question? when using Anaconda create a new R or r-irkernel environment, the version we created always the old version not the latest one, how to fix this?

leongjack
Автор

Hi Mam, thanks for such information !

By following this video, I am able to get R 3.6.1 version in Jupyter notebook

Now the question is :
How to install latest R version 4.4.1 in base environment or in virtual environment ?
Can u please tell me

shansingh
Автор

what if I can't get pass that first step? it keeps "Examining conflict for scikit-learn-intelex automat prompt_toolkit tomli / " after failing to solve environment

hugofontan
Автор

Hello! Trying this method, I get the error, "The environment is inconsistent. Please check the package plan carefully". Followed by a list of packages causing the inconsistency.

jdillaeva
Автор

Thank you for this information because i was out of option and i really appreciate it. Thanks

pushpakattarde
Автор

is there any command to update R through the prompt? Or will I installing the most up-to-date version work too?

joaorizzi
Автор

Thanks mam for creating so simple and easy R installation video

shashanksinghshekhawat
Автор

Hello, I have subscribed, what if I have done so but on my laptop debug appears? 😊😊😊😊

RaraSeccond-ob
Автор

This is so helpful. Thank you so much.

peterthuo
Автор

I keep on getting these errors. Any advice?

Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed

UnsatisfiableError:

mikelevan