danielfrg / jupyter-flex

Build dashboards using Jupyter Notebooks
https://jupyter-flex.danielfrg.com
Apache License 2.0
315 stars 54 forks source link

LaTeX symbols not displaying #85

Open gdomst opened 3 years ago

gdomst commented 3 years ago

Hello everyone, I am having some problems to display LaTeX symbols in Ipywidgets labels. Here is a screenshot.

flex

In Jupyter it is displayed correctly.

danielfrg commented 3 years ago

I think we only load mathjax when there is a markdown cell, we could change that so its possible to use it everywhere.