I am trying to use cython in Anaconda - jupyter notebook. I wrote the following code:
%load_ext Cython
%%cython
print("Hello")
And it's seems to interpetered without errors, but there is no output to the console.
tnx
I am trying to use cython in Anaconda - jupyter notebook. I wrote the following code:
%load_ext Cython
%%cython
print("Hello")
And it's seems to interpetered without errors, but there is no output to the console.
tnx