Re: [Numpy-discussion] [ANN] Cell magics in IPython master

2012-05-27 Thread Fernando Perez
Hi Nathaniel, On Sun, May 27, 2012 at 4:11 AM, Nathaniel Smith wrote: > You guys are probably aware, but just in case, note that there's an > earlier (quite featureful) version of this idea included in the old > rnumpy code: >  https://bitbucket.org/njs/rnumpy/wiki/IPython_integration >  https:/

Re: [Numpy-discussion] [ANN] Cell magics in IPython master

2012-05-27 Thread Nathaniel Smith
Hi Fernando, Excellent work! On Sun, May 27, 2012 at 8:08 AM, Fernando Perez wrote: > In a similar spirit, Jonathan Taylor recently created one to call R > transparently in the notebook: > > https://github.com/jonathan-taylor/Rmagic > > This one hasn't been fully updated to the final API, but th

[Numpy-discussion] [ANN] Cell magics in IPython master

2012-05-27 Thread Fernando Perez
Hi folks, [ Sorry for the slightly off-topic post, but I know that a number of people on this list have long wanted more seamless ways to integrate with tools like Cython and R, and you may not necessarily follow the ipython lists...] I'm excited to report that we now have cell magics in IPython.