Ask Your Question

Revision history [back]

You can do load(file.sage) or attach(file.sage). Make sure to use a ".sage" suffix, so Sage will know to preparse it. See the tutorial for a bit more information.

You can do load(file.sage)load("file.sage") or attach(file.sage)attach("file.sage"). Make sure to use a ".sage" suffix, so Sage will know to preparse it. See the tutorial for a bit more information.