First time here? Check out the FAQ!
answered 7 years ago
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.
from sage.calculus.var import var