dashboards_server icon indicating copy to clipboard operation
dashboards_server copied to clipboard

widgets.Label(r'$\beta$') renders as text not Latex in dashboards

Open rs2 opened this issue 9 years ago • 2 comments

widgets.Label using ipywidgets==5.1.5 or widgets.Latex using ipywidgets==4.1.1

rs2 avatar Aug 25 '16 11:08 rs2

Mathjax is not available in the dashboard server to render latex.

parente avatar Aug 25 '16 11:08 parente

Jupyterlab has a renderer for latext. But as @parente mentioned, that requires Mathjax to be loaded in the browser -- would need to add that.

jhpedemonte avatar Aug 25 '16 14:08 jhpedemonte