Latex in Jupyter notebooks

Hi, I’m new to plotly, but an experienced matplotlib user.
I’ve already managed to produce beautiful surface plots using plotly within the jupyter notebook.
However, for the life of me I cannot get ticks and labels to display Latex, but instead get the source strings. Problem persists even if I export the plot to the web app.

Did anyone get this issue? It’s really frustrating, and I don’t want to give up the beautiful surface plot just because of the Latex problem.

BTW, I am using anaconda python 3+.

Unfortunately, our 3D rendering engine does not support LaTeX formating at the moment.

I’d recommend subscribing to https://github.com/plotly/plotly.js/issues/608 for the latest development info.

Thanks for the quick response etienne!
I guess I’m going to have to work around that then.

Best.