I just did a little bit investigation. I find this jupyter configuration
used by the jupyter web server:
..., "fullMathjaxUrl": "/static/nbclassic/components/MathJax/MathJax.js",
..., "mathjaxConfig": "TeX-AMS-MML_HTMLorMML-full,Safe", ...
Hence the jupyter run by `sage -notebook` (on my syst
On Tuesday, August 22, 2023 at 1:25:14 AM UTC+9 Nils Bruin wrote:
I'm actually having trouble with mathjax on Fedora 38 in the Jupyter
notebook at the moment. With the system-provided jupyter notebook I'm
getting really poor typesetting results (it looks like it's just trying to
approximate t
I'm actually having trouble with mathjax on Fedora 38 in the Jupyter
notebook at the moment. With the system-provided jupyter notebook I'm
getting really poor typesetting results (it looks like it's just trying to
approximate typesetting without any specific math fonts). When I run `sage
--note