MathJax3-extension doesn't enable MathJax3 rendering in Spyder
hfbauman22 opened this issue · 3 comments
I seem to be having difficulties getting the mathjax3-extension to work. I've tried installing it through conda
and through the jupyter labextension
installer. Neither seems to enable rendering with MathJax3. I have two symptoms that indicate this:
- After rendering a LaTeX expression in a Jupyter Notebook, I right-click the rendered output and select "about MathJax". When running the Jupyter notebook "normally" with
jupyter notebook
, it indicates that it is using MathJax 2.7.9. When using the Jupyter notebook extension in Spyder, it indicates v2.7.5. - In both environments, I attempt to load the physics package with
$$\require{physics}$$ . That line runs without error, but the physics package is clearly not loaded, since running$$\dv{y}{x}$$ returns a red \dv x y, indicating what I believe to be a LaTeX compilation error.
Any suggestions, or is this a known bug? If it helps, I have jupyterlab v3.5.0 installed in the environment, as well as spyder 5.4.2 and spyder-notebook 0.4.0. Thanks!
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! 👋
Welcome to the Jupyter community! 🎉
@hfbauman22 these renderers are only supported for JupyterLab and Jupyter Notebook v7+. Spyder is a separate application and you would need to contact Spyder team for help.
Closing as answered