I\'m trying to find a way for mathjax to not use STIX fonts for math in my iPython notebook. Instead, I\'d much rather have it use the \'TeX\' fonts. According to the documentat
Jupyter ships with its own (smaller) version of MathJax. This is why it is not able to find the (Computer Modern) 'TeX' font -- there only is the STIX font.
To fix this, I was able to do the following:
jax directory.jax directory with the copied one:~/anaconda3/lib/python3.7/site-packages/notebook/static/components/MathJax/jax~/anaconda3/envs//lib/python3.7/site-packages/notebook/static/components/MathJax/jax (Adjust python version in path if yours is not 3.7; If you are using miniconda the path should be ~/opt/miniconda3/lib/...)