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
I need to access the MathJax object (window.MathJax) so I can call the typeset method on some dynamic content from JavaScript. But I don't see MathJax or window.MathJax after installing this extension.
Reproduce
pip install jupyterlab-mathjax3
(in Javascript, check which version of MathJax we have): if (typeof MathJax != 'undefined') -> falls through to else
Expected behavior
window.MathJax is where MathJax usually lives, as far as I know.
Context
Operating System and version: Darwin Kernel Version 21.6.0: Wed Aug 10 14:25:27 PDT 2022; root:xnu-8020.141.5~2/RELEASE_X86_64
Browser and version: Safari Version 15.6.1 (17613.3.9.1.16)
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Description
I need to access the MathJax object (window.MathJax) so I can call the typeset method on some dynamic content from JavaScript. But I don't see MathJax or window.MathJax after installing this extension.
Reproduce
Expected behavior
window.MathJax is where MathJax usually lives, as far as I know.
Context
Selected Jupyter core packages...
IPython : 8.4.0
ipykernel : 6.9.1
ipywidgets : 7.6.5
jupyter_client : 6.1.12
jupyter_core : 4.10.0
jupyter_server : 1.18.1
jupyterlab : 3.4.4
nbclient : 0.5.13
nbconvert : 6.4.4
nbformat : 5.3.0
notebook : 6.4.12
qtconsole : 5.3.1
traitlets : 5.1.1
jupyterlab-mathjax3 4.3.0
The text was updated successfully, but these errors were encountered: