In plotly (python API): how to enable latex rendering offline?

I am using storyline version 1.9.3 and using it to embed shapes in jupyter notebook offline using

init_notebook_mode() 

When I enter TeX notation in labels, headers, etc., Tex will not be displayed (i.e. $ \ alpha $ will be displayed as source.

When I use the save and edit in the cloud option, it displays correctly on the sketching website.

Can I set it to render also offline?

I have both a LaTex installation and a local MathJax installation.

+6
source share
1 answer

Currently, unfortunately, it is not possible to adjust the graphics for the correct display of TeX notes offline. There is an open problem in their github registry with several users describing this problem.

+8
source

All Articles