Details
Description
I'm running the 0.11.0 docker images of Zeppelin. MathJax expressions aren't rendered, I believe due to missing JS scripts.
In the browser development console I see 404 errors for the following JS scripts, which are part of the MathJax system:
- jax/input/TeX/config.js
- jax/output/HTML_config.js
- extensions/tex2jax.js
- MathMenu.js
- MathZoom.js
To reproduce
Run docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.11.1
Create a new note & enter the MathJax example:
Apache Zeppelin 0.11.1 Documentation: Basic Display System in Apache Zeppelin
Expected result; Rendered Math
Actual result: Raw MathJax output
Browsers tested: Chrome 119, Firefox 102
Attachments
Attachments
Issue Links
- is related to
-
ZEPPELIN-6056 Upgrade MathJax to 3.x.x
- Open
- links to