Cython + IPython 11 IPYTHON / IPYTHON NOTEBOOK In [10]: %load_ext cythonmagic In [11]: %cython....: def cyfib(int n):....: cdef int a, b, i....: a, b 