NameError: name 'var' is not defined
I'm using Jupyter Notebook on CoCalc. I can't create symbolic variables.
var('a,b,c')
results in NameError: name 'var' is not defined. I tried
from sage.calculus.var import *
but it still doesn't work and gives the same error.