Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is MathJax object? #283

Open
jmshea opened this issue Aug 26, 2022 · 1 comment
Open

Where is MathJax object? #283

jmshea opened this issue Aug 26, 2022 · 1 comment
Labels

Comments

@jmshea
Copy link

jmshea commented Aug 26, 2022

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

  1. pip install jupyterlab-mathjax3
  2. (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)
  • JupyterLab version:
    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
@jmshea jmshea added the bug label Aug 26, 2022
@welcome
Copy link

welcome bot commented Aug 26, 2022

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.
welcome
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! 👋

Welcome to the Jupyter community! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant