Skip to content
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

multiline.js not found #17

Closed
bcaso opened this issue Feb 24, 2022 · 2 comments · Fixed by #18
Closed

multiline.js not found #17

bcaso opened this issue Feb 24, 2022 · 2 comments · Fixed by #18
Labels
bug Something isn't working

Comments

@bcaso
Copy link

bcaso commented Feb 24, 2022

Description

I encountered a [Math Processing Error] while using \\, and in the console, I saw a message: Multiline.js Not Found.
I refer to this article https://discourse.jupyter.org/t/mathjax-alternate-renderer-issues-in-notebook-rendering/11089/3, download and extract the multiline.js in it, and move to /static/jax/output/HTML-CSS/autoload

bcaso@raspberrypi:~/.local/lib/python3.9/site-packages/jupyter_server_mathjax/static/jax/output/HTML-CSS/autoload $ ls
multiline.js

The \\ in the formula works again.

Context

  • Browser and version: Firefox 97.0.1 (64-bit)
  • Jupyter Server version:
jupyter-server           1.13.5
jupyter-server-mathjax   0.2.5
jupyterlab               3.2.9
jupyterlab-latex         3.1.0
jupyterlab-lsp           3.10.0
jupyterlab-pygments      0.1.2
jupyterlab-server        2.10.3
Command Line Output
[D 2022-02-24 09:17:43.846 ServerApp] Path jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Regular/Main.js served from /home/bcaso/.local/lib/python3.9/site-packages/jupyter_server_mathjax/static/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Regular/Main.js
[D 2022-02-24 09:17:43.848 ServerApp] 200 GET /static/jupyter_server_mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Regular/Main.js?V=2.7.9 (10.0.0.1) 2.43ms
[D 2022-02-24 09:17:43.970 ServerApp] Path jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Regular/Main.js served from /home/bcaso/.local/lib/python3.9/site-packages/jupyter_server_mathjax/static/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Regular/Main.js
[D 2022-02-24 09:17:43.971 ServerApp] 200 GET /static/jupyter_server_mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Regular/Main.js?V=2.7.9 (10.0.0.1) 2.37ms
[D 2022-02-24 09:17:44.228 ServerApp] Path jax/output/HTML-CSS/fonts/STIX-Web/Misc/Regular/Main.js served from /home/bcaso/.local/lib/python3.9/site-packages/jupyter_server_mathjax/static/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Regular/Main.js
[D 2022-02-24 09:17:44.230 ServerApp] 200 GET /static/jupyter_server_mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Regular/Main.js?V=2.7.9 (10.0.0.1) 2.47ms
[D 2022-02-24 09:17:44.464 ServerApp] Path jax/output/HTML-CSS/fonts/STIX-Web/Size1/Regular/Main.js served from /home/bcaso/.local/lib/python3.9/site-packages/jupyter_server_mathjax/static/jax/output/HTML-CSS/fonts/STIX-Web/Size1/Regular/Main.js
[D 2022-02-24 09:17:44.466 ServerApp] 200 GET /static/jupyter_server_mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size1/Regular/Main.js?V=2.7.9 (10.0.0.1) 3.27ms
[D 2022-02-24 09:17:44.627 ServerApp] Path jax/output/HTML-CSS/fonts/STIX-Web/Size3/Regular/Main.js served from /home/bcaso/.local/lib/python3.9/site-packages/jupyter_server_mathjax/static/jax/output/HTML-CSS/fonts/STIX-Web/Size3/Regular/Main.js
[D 2022-02-24 09:17:44.628 ServerApp] 200 GET /static/jupyter_server_mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size3/Regular/Main.js?V=2.7.9 (10.0.0.1) 2.31ms
[D 2022-02-24 09:17:44.959 ServerApp] Using contents: services/contents
[W 2022-02-24 09:17:44.962 ServerApp] 404 GET /static/jupyter_server_mathjax/jax/output/HTML-CSS/autoload/multiline.js?V=2.7.9 (10.0.0.1) 4.71ms referer=http://10.0.0.2:65535/lab/tree/06.Tools
[D 2022-02-24 09:17:45.304 ServerApp] Path jax/element/mml/optable/SuppMathOperators.js served from /home/bcaso/.local/lib/python3.9/site-packages/jupyter_server_mathjax/static/jax/element/mml/optable/SuppMathOperators.js
[D 2022-02-24 09:17:45.305 ServerApp] 200 GET /static/jupyter_server_mathjax/jax/element/mml/optable/SuppMathOperators.js?V=2.7.9 (10.0.0.1) 2.27ms
[D 2022-02-24 09:17:45.780 ServerApp] Using contents: services/contents
[W 2022-02-24 09:17:45.782 ServerApp] 404 GET /api/metrics/v1?1645665465809 (10.0.0.1) 4.21ms referer=http://10.0.0.2:65535/lab/tree/06.Tools
[D 2022-02-24 09:17:46.517 ServerApp] [pylsp] Handling a message
[D 2022-02-24 09:17:46.519 ServerApp] [pylsp] Handling a message
Browser Output

image

@bcaso bcaso added the bug Something isn't working label Feb 24, 2022
@welcome
Copy link

welcome bot commented Feb 24, 2022

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@vidartf
Copy link
Member

vidartf commented Jul 8, 2022

Thanks for the report @bcaso (and sorry for the slow response). I've submitted a proposed fix in #18, which I hope to merge and release as a patch release soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants