-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
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
Upgrade MathJax from v2 to v3 #5758
Comments
Hi, |
FYI the next version of the Jupyter Notebook (Notebook 7) is based on JupyterLab 4 and will use MathJax 3. For reference this was implemented in #6777 and jupyterlab/jupyterlab#13877. You can already try the beta with: |
Closing as this has now been implemented in Notebook 7. |
If you are using JupyterLab or Notebook 7, you could look into switching to KaTeX via an extension: https://github.com/jupyterlab/jupyter-renderers |
Hi,
|
Currently MathJax 2.7.4 is used, but the latest version is 3.1.2. In v3, a complete rewrite of the project, some nice improvements were made, including much faster rendering and some new packages. However, because MathJax 3.0 is a complete rewrite it includes quite a few incompatible changes, so this upgrade would require quite a bit of work to get working, and in the end result in some differing behaviours/broken TeX blocks, and also cause several extensions to break.
Would you be open to a patch? Or would working on integrating KaTeX seem preferable (#3094, #4066)?
The text was updated successfully, but these errors were encountered: