Open
Description
openedon Apr 19, 2024
Description
MathJax is 3.2.2
, but its configuration is for 2.7.7
Reproduce
- Install a clean minimal Debian/unstable
$ sudo apt-get install python3 pip
$ pip install notebook
$ jupyter notebook
At https://github.com/jupyter/notebook/blob/main/notebook/app.py#L91 the version is 2.7.7
In js console the version is 3.2.2
.
Major version mismatch causes AMS configuration for MathJax to fail.
Expected behavior
Context
- Operating System and version: Debian/unstable as of 2024-04-19
- Browser and version: Firefox 125
- Jupyter Notebook version: 7.1.3
Activity