In plotly (python API): 如何在离线模式下启用乳胶渲染?

In plotly (python API): How to enable latex rendering in offline mode?

我正在使用 plotly 版本 1.9.3,并使用它在离线模式下使用它在 jupyter notebook 中嵌入图形

init_notebook_mode()

当我在标签、标题等中输入 TeX 符号时,Tex 将不会呈现(即 $\alpha$ 将显示为源。

当我使用 "save and edit in cloud" 工具栏选项时,它在 plotly 网站中正确呈现。

我可以将其配置为在离线模式下也能呈现吗?

我同时安装了 LaTex 和本地安装的 MathJax。

目前,不幸的是,似乎无法配置 plotly 以在离线模式下正确呈现 TeX 符号。在他们的 github 仓库中有一个 open issue,有几个用户描述了这个问题。

为了将来参考,在 plotly.py 版本 3.4.0 中添加了对在离线模式下渲染 LaTeX 的支持。

来自https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md#added

Added LaTeX typesetting support for figures displayed in the Jupyter Notebook using plotly.offline.iplot and plotly.graph_objs.FigureWidget. Note: There are still outstanding issues with MathJax rendering in FireFox, but it is now working well in Chrome. (#1243)