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
Thanks for opening the issue. I think mostly this is related to #175, and is caused by MathJax not being loaded by default in Jupyter. As noted in that issue, this can be solved in Jupyter Lab / Notebook by using something else that initiates MathJax (such as IPython.display.Math, or using a markdown cell). Unfortunately this doesn't work in VSCode, since there KaTeX is used instead of MathJax and therefore MathJax is never loaded.
You can see similar issues in ipywidgets (see, e.g. jupyter-widgets/ipywidgets#3847) , so I think the issue should get fixed there first. It seems like jupyter-widgets/ipywidgets#3847 doesn't fix the issue in VSCode, but only in Jupyter environments, although I didn't do any extensive testing.
vscode-jupyter version: v2024.1.100
The text was updated successfully, but these errors were encountered: