Monday, 5 September 2016

Running R on Notebooks

Sometime you have a particular task which requires both R and Python.
Running them, on different IDE's becomes tedious.

So, today lets learn to run R on jupyter notebook. There are two options to achieve this

1. Simple but not a Data Scientist way
a. Install minconda from Anaconda, from http://conda.pydata.org/miniconda.html
    NOTE: - You need to have Python3 running on your system for this.

Running both version of Python on Notebooks


Some time you wan to run both the Python Kernel to work on iPython Notebook.

Assuming that you have Anaconda (Python + Jupyter Notebook + Data Science Library).
For those are amateur like me
1. Download the Anaconda Installer from
     Windows: - https://www.continuum.io/downloads#windows
     OS X: - https://www.continuum.io/downloads#osx
     Linux: - https://www.continuum.io/downloads#linux