First time here? Check out the FAQ!
answered 2017-02-04 14:03:40 +0100
You may call MathJax directly and then render the result with the html command
x, y = var('x,y') f(x,y) = x**2 + y**2 from sage.misc.latex import MathJax mj = MathJax() html(mj.eval(latex(f)))