First time here? Check out the FAQ!
answered 2020-11-06 18:30:14 +0100
As a workaround, in the Jupyter notebook, use latex instead of show:
latex
show
%display latex x, y = var('x y') f = x^2 + y^2 latex("f_x = " + latex(diff(f, x)))
$f_x = 2 x$