dashboards_server
dashboards_server copied to clipboard
widgets.Label(r'$\beta$') renders as text not Latex in dashboards
widgets.Label using ipywidgets==5.1.5 or widgets.Latex using ipywidgets==4.1.1
Mathjax is not available in the dashboard server to render latex.
Jupyterlab has a renderer for latext. But as @parente mentioned, that requires Mathjax to be loaded in the browser -- would need to add that.