You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with LaTeX equations sometimes (actually, most of the time) not render in my notebooks. As an example, see this this notebook. I only encounter this on Safari. Chrome and Firefox seem fine. I'm having a hard time making sense of it. Maybe this is some sort of race condition? When the equations don't render, I get errors in the console:
[Error] TypeError: undefined is not an object (evaluating 'MathJax.Ajax.Preloading')
Global Code (TeX-AMS_CHTML-full.js:15)
[Error] TypeError: undefined is not an object (evaluating 'MathJax.Hub.Startup')
(anonymous function) (MathJax.js:19:50139)
execute (MathJax.js:19:3248)
cb (MathJax.js:19:2825)
The text was updated successfully, but these errors were encountered:
Equations render correctly in Safari when running mkdocs locally, but do not render when hosted on a Github pages. The equations render correctly in Chrome.
I'm having an issue with LaTeX equations sometimes (actually, most of the time) not render in my notebooks. As an example, see this this notebook. I only encounter this on Safari. Chrome and Firefox seem fine. I'm having a hard time making sense of it. Maybe this is some sort of race condition? When the equations don't render, I get errors in the console:
The text was updated successfully, but these errors were encountered: