SyntaxError: invalid syntax when running Cython in Jupyter Notebook

后端 未结 0 1675
别跟我提以往
别跟我提以往 2020-12-08 03:34

I\'m trying to run the following cell:

%load_ext Cython
%%cython -a

def geo_prog_cython(double alpha, int n):
    cdef double current = 1.0
    cdef double s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题