notebook icon indicating copy to clipboard operation
notebook copied to clipboard

MathJax is `3.2.2`, but its configuration is for `2.7.7`

Open yanovich opened this issue 10 months ago • 0 comments

Description

MathJax is 3.2.2, but its configuration is for 2.7.7

Reproduce

  1. Install a clean minimal Debian/unstable
  2. $ sudo apt-get install python3 pip
  3. $ pip install notebook
  4. $ 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

yanovich avatar Apr 19 '24 16:04 yanovich