| 1 | initial version |
You have to import what is used in the file. For this, there is a nice tool:
sage: import_statements("var")
from sage.calculus.var import var
then you just have to copy-paste from sage.calculus.var import var in the beginning of your file.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.