Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Last active August 29, 2015 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramnathv/10719874 to your computer and use it in GitHub Desktop.
Save ramnathv/10719874 to your computer and use it in GitHub Desktop.
Using Rmagic with IPython

Rmagic allows R commands to be executed from within an IPython notebook. In addition, it also provides a mechanism to exchange data with Python. You will need to install the rpy2 package to use Rmagic. Here are some resources that should help get you started.

  1. rmagic
  2. Rmagic Functions Extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment