If you're referring to the documentation, that is not SymPy Live,
except for the popup that appears on the bottom right. The docs use
Sphinx (the sources are in the sympy/sympy repo). They use the Sphinx
mathjax extension. MathJax is itself a Javascript library, so it only
exists on the webpage. The code that writes the HTML files just writes
the LaTeX into those files, and MathJax renders it in the browser.
SymPy Live is a website at
live.sympy.org, and it is also included in
the docs in the bottom right.
The examples in the docs do not use MathJax, but rather just show the
output directly from Python. That way if you copy and paste the
example in a terminal, the output will look exactly the same. The page
you mentioned shows Unicode output so that it is easier to read. If
you don't have the right fonts installed, it can render poorly. We are
looking for better ways to solve this
(
https://github.com/sympy/sympy/issues/15700), but for now, I
recommend installing DejaVu Sans Mono. The only MathJax used in the
tutorial is the math in the text surrounding the examples, which is
not computed from SymPy.
For your own computation, I recommend using the Jupyter notebook using
Jupyter Lab. That will automatically render SymPy output using
MathJax, and it has other nice features as well, like the ones you
described from MATLAB.
Aaron Meurer
> To unsubscribe from this group and stop receiving emails from it, send an email to
sympy+un...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/af299d33-6eba-4c11-b6e1-ad50f8b90df1%40googlegroups.com.