Why the Maxima worksheets is not rendering latex / MathJax?
I use Maxima with sagemath and do not know why the results are not rendered
sage: f(x):=x^2
f(x):=x^2
sage: integrate(f(x),x)
x^3/3
could you provide an example of the code you used?
What do you mean by "rendered"? You do not see the answer? You want them in another form?
when I use the worksheet to evaluate sagemath sage code, the result is better presented on the screen (here will not be shown). In Maxima the code result leaves unformatted.