1 | initial version |
Just add
from sage.all import *
at the beginning of the file, or immediately after %cython
.
2 | No.2 Revision |
Just add
from sage.all import *
at the beginning of the file, or immediately after %cython
.
Quite a lot of the code in sage is implemented in cython. Just have a look at the source code.
3 | No.3 Revision |