Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Just add

from sage.all import *

at the beginning of the file, or immediately after %cython.

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.

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.