You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the process of adding MathJax / LaTeX support to the plotly.py ipywidget, I realized that JupyterLab doesn't seem to automatically initialize MathJax the way the classic notebook did. I was able to reproduce this same situation using the built-in HTMLMath widget.
Steps to reproduce
Launch a fresh JupyterLab instance
Create a new notebook
Create and display an HTMLMath widget that contains LaTeX. It will display in raw form (not typeset)
Create and evaluate a markdown cell that contains LaTeX
Repeat step (3) and the output will be typeset as expected.
Here is a screenshot of the end-result of this process
Is it possible for a widget (or a general JupyterLab extension for that matter) to request that JupyterLab perform its MathJax initialization?