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
If plotly renders the figures before mathjax's configuration has run correctly, latex labels don't get rendered.
Solution will be to hook the invocation of plotly (in charts.js) to the startup hook of mathjax like in this answer so we can be certain pmathjax is available.
As a bonus that allows us to get rid of the duplicate script annoyance here
The text was updated successfully, but these errors were encountered:
If plotly renders the figures before mathjax's configuration has run correctly, latex labels don't get rendered.
Solution will be to hook the invocation of plotly (in
charts.js
) to the startup hook of mathjax like in this answer so we can be certain pmathjax is available.As a bonus that allows us to get rid of the duplicate script annoyance here
The text was updated successfully, but these errors were encountered: