Jonathan Hart created ZEPPELIN-6046:
---------------------------------------
Summary: MathJAX scripts fail to load with 404 errors
Key: ZEPPELIN-6046
URL: https://issues.apache.org/jira/browse/ZEPPELIN-6046
Project: Zeppelin
Issue Type: Bug
Components: front-end
Affects Versions: 0.11.1, 0.11.0
Environment: Zeppelin official docker images, run using
{{docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.11.1 }}
Reporter: Jonathan Hart
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|https://zeppelin.apache.org/docs/0.11.1/usage/display_system/basic.html#mathematical-expressions]
Expected result; Rendered Math
Actual result: Raw MathJax output
Browsers tested: Chrome 119, Firefox 102
--
This message was sent by Atlassian Jira
(v8.20.10#820010)