Skip to content

Commit

Permalink
Merge pull request ipython#1780 from jonathan-taylor/rmagic_extension
Browse files Browse the repository at this point in the history
Rmagic extension to use R (the statistical package) seamlessly from IPython.

The rmagic extension allows R inline code as well as cell level magics. An example notebook is provided in docs/examples/notebooks/rmagic_extension.ipynb to demonstrate its usage.

Main points:

1) Allows capture of plots to R via inline png plots (like --pylab inline)

2) Allows capture of R's stdout() connection to the notebook

3) Allows simple push/pull for array data to/from R (via rpy2) with copy only on push to R -- this seems necessary.
  • Loading branch information
fperez committed Jun 4, 2012
2 parents cbbc556 + 427c17f commit 7192774
Show file tree
Hide file tree
Showing 5 changed files with 1,522 additions and 3 deletions.

0 comments on commit 7192774

Please sign in to comment.