## Whether to enable MathJax for typesetting math/TeX # # MathJax is the javascript library Jupyter uses to render math/LaTeX. It is # very large, so you may want to disable it if you have a slow internet # connection, or for offline use of the notebook. # # When disabled, equations etc. will appear as their untransformed TeX # source. # Default: True c.NotebookApp.enable_mathjax = True ## A custom url for MathJax.js. # Should be in the form of a case-sensitive url to MathJax, # for example: /static/components/MathJax/MathJax.js # Default: '' c.NotebookApp.mathjax_url = '/usr/lib/python3.10/site-packages/notebook/static/components/MathJax/mathjax2/MathJax.js '