First time here? Check out the FAQ!
answered 8 years ago
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)))