Re: [Cython] Move IPython's cython extension to cython

2014-04-05 Thread Martín Gaitán
On Sun, Apr 6, 2014 at 12:37 AM, Robert Bradshaw wrote: > I'd say this could generally make sense. Would it be the case that iff > cython is installed then the %cython magic would be available and just > work? > Yes, but before to use it, you'll need to load the extension somewhere. Could be wit

Re: [Cython] Move IPython's cython extension to cython

2014-04-05 Thread Robert Bradshaw
On Fri, Apr 4, 2014 at 10:55 AM, Martín Gaitán wrote: > As you probably know, IPython has a "cython magic" [1], an extension to > interface ipython with cython, allowing to use cython code in the > interactive session. > > Originally, few of these "language specific magics" (R, cython, octave, etc

[Cython] Move IPython's cython extension to cython

2014-04-05 Thread Martín Gaitán
As you probably know, IPython has a "cython magic" [1], an extension to interface ipython with cython, allowing to use cython code in the interactive session. Originally, few of these "language specific magics" (R, cython, octave, etc) were included builtin in IPython, but then the IPython core de