-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
When I open any jupyter notebook I get a small loading MathJax
notification in the bottom left corner of the window. For most .ipynb
files this proceeds, then says Processing Math: 100%
, then goes away. However there is one particular notebook which behaves strangely. When I open or reload it, this text, instead of going to Loading Math: 100%
, gives me an error File failed to load: http://localhost:8888/static/components/MathJax/jax/element/mml/optable/SpacingModLetters.js
. I also get the following error in the Terminal: 404 GET /static/components/MathJax/jax/element/mml/optable/SpacingModLetters.js?rev=2.6.0 (::1) 17.79ms referer=http://localhost:8889/notebooks/data/filename.ipynb
. It is a small thing but still a bit annoying. Furthermore, the notebook seems to run and render fine, despite this error. And this notebook is similar to the other notebooks that do not cause this problem. Any ideas as to why I am getting this warning/error or what the missing file is supposed to do? Looks like this is related to issue #1108 .