answered 4 years ago
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)))
fx=2x