The Cython module is not an IPython extension -
when trying load cython extension jupiter notebook
%load_ext cython
i below message:
the cython module not ipython extension
i did not have problem couple of weeks ago, when wrote cython extension on nb. have tried upgrade ipython , cython both regular environment (i using mac running 10.11) , anaconda, no success. tips?
thanks lot!
cython not ipython extension, %load_ext
won't work on it. can still use import cython
.
Comments
Post a Comment