-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
IPython Notebook's MathJax and Plot.ly's Mathjax conflict #360
Comments
Hey @FunkySayu - Yikes! Thanks for reporting. There might be a quick-fix that embeds some javascript in a cell after you run |
I found a bad solution which is to edit the rendered file and modify the way plot.ly call mathjax in it. This suxx, but it works as a bad fix for what I am doing. I just edit the modify the patern in
This suxx, but as a hotfix for your documents, it can be cool. |
This definitely makes me wonder about better encapsulation of outputs. Right now any javascript on the page can be affected by javascript from outputs. |
The offline latex/MathJax issues are going to be resolved by plotly/plotly.js#2994 and #1169. Follow along if you're interested! |
Done in #1243 and will be released in version 3.4.0. When used in the notebook, plotly.js is now configured to not alter the global MathJax configuration. |
Hi.
It looks like the plot.ly's Mathjax configuration overwrite the Notebook configuration when you export this as HTML.
In rendered files, MathJax does not render the formula in dollars. In notebook with plotly, all formulas are on the left, which is quite annoying.
Is there any fast-solution to fix this ? My rendering must work on a random computer connected to internet if possible.
The text was updated successfully, but these errors were encountered: