jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

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

Open rs2 opened 8 years ago

rs2 commented 8 years ago

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

parente commented 8 years ago

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

jhpedemonte commented 8 years ago

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