Plotly seems to break Latex rendering via MathJax in Nbconvert's HTML 
output. See for example https://github.com/plotly/plotly.py/issues/515 and 
https://github.com/plotly/plotly.js/issues/1937.  NbConvert appears to rely 
on Mathjax configuration option skipStartupTypeset: false (the default) for 
Latex rendering and it doesn't call MathJax.Hub.Queue() or 
MathJax.Hub.Typeset() explicitly. I did some analysis:

Plotly sets the option to false:
MathJax.Hub.Config({messageStyle:"none",skipStartupTypeset:!0

And then uses the MathJax.Hub.Queue() to render only a particular DIV 
element, effectively disabling MathJax from other parts of a document. Can 
NbConvert() be made to call one of the typesetting methods from MathJax?

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/329ebb00-49c3-43fd-bd66-e4f9eb4046b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to