We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.2
2.7.7
MathJax is 3.2.2, but its configuration is for 2.7.7
$ 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
MathJax is
3.2.2
, but its configuration is for2.7.7
Reproduce
$ 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
The text was updated successfully, but these errors were encountered: