Skip to content

Instantly share code, notes, and snippets.

@puzzledqs
Created April 9, 2014 12:11
Show Gist options
  • Save puzzledqs/83bcc96fa14ee13cb848 to your computer and use it in GitHub Desktop.
Save puzzledqs/83bcc96fa14ee13cb848 to your computer and use it in GitHub Desktop.
Use R in IPython
  1. Install R
  2. Install rpy2. Rpy2 doesn't officially support windows. Follow this post as a workaround.
  3. In IPython, %load_ext rmagic and there you go.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment