Run R Code in Jupyter Notebooks

preview_player
Показать описание
Today we learn how to add R as a programming language to Jupyter Lab and Jupyter Notebooks in general.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

💼 Services 💼

🌐 Social Media & Contact 🌐
Рекомендации по теме
Комментарии
Автор

Hi Neural, i have a question this resource can run native R in Jupyter?, I mean, can i run R code and all of the R packs with this, or just pure R code?

AO_TSL
Автор

What do yo mean by "Pure Statistics"? Machine learning is statistical models just with a focus on prediction, Same with deep learning. Deep learning, using a neural network and a loss function, is equivalent to building a parameterized statistical model describing the distribution of data.

rashawnhoward
Автор

If your packages are failing when trying to install try upgrading conda by putting the following into the anaconda prompt: conda update conda
then enter: conda install -c conda-forge r-base

yakiramckay
Автор

Great, but how can I see the environmental R variables within the jupyter notebook? I am actually using jupyter notebook in VS code, but not being able to see/inspect the R variables is driving me nuts.

AffectiveApe