I running cython code in Juypter
%%cython def g(int x): return x ** 2 - x %timeit g(100)
and I get the error
Error compili