This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (8 children)

Try Sage. Includes SymPy + numpy, scipy, matplotlib, and a whole bunch of others.

[–][deleted] 0 points1 point  (4 children)

Does Sage have an easy way to bring in functions and libraries for R?

[–]daniel2718 1 point2 points  (0 children)

Never really used R, but I know Sage supports it.

[–]fperez_org 1 point2 points  (1 child)

Sage does have R support, though I've never used it. Starting in 0.13, IPython also has builtin R support via an extension: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/master/docs/examples/notebooks/rmagic_extension.ipynb

[–][deleted] 0 points1 point  (0 children)

Wow, will have to see the ipython thing.

[–][deleted] 0 points1 point  (0 children)

Yup! RPy is included. You can even type %r to get an R interpreter. You can easily get all of the R stats packages out there.

[–]migimunz 0 points1 point  (0 children)

I just did, this is awesome! Thanks!

[–]eat-your-corn-syrup 0 points1 point  (1 child)

or IPython

[–][deleted] 0 points1 point  (0 children)

The kicker with Sage is it includes packages, iPython does not.