Displaying all symbolic expression with ExpressionNice
Hi,
Is there a way of turning ExpressionNice the default way of displaying all my symbolic expression? Instead of importing and calling it like in
from sage.manifolds.utilities import ExpressionNice
var('y')
f = function('f')(x, y)
fun = f.diff(x,x,y,y,x)*x
ExpressionNice(fun)