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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -