-
Notifications
You must be signed in to change notification settings - Fork 58
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
LaTeX/Mathjax example #174
Comments
Great question. Thank you for asking. I don't find much references on this, only https://stackoverflow.com/questions/35864810/mathjax-render-only-on-first-page-of-the-data-table. As this requires another JS library this might be a bit difficult to get it to work. You can still give a try - add a |
This seems to work in Jupyter Notebook:
However, it does not work in VS Code nor in Jupyter Book. Reguarding Jupyter Book I find this: jupyter-book/jupyter-book#1212, which seem to mean that we will have to load MathJax explicitely. I will see what I can do in the coming days. |
Cool! Thanks -- BTW i tested out adding the following to my jupyter-book configs:
But this unfortunately did not fix the issue |
Hey @mwouts -- any thoughts on this? Or if you could suggest what I'd need to change to make a PR for this, that'd be awesome! |
Hey @choldgraf, how are you? I was wondering if you could provide some guidance to get this to work in Jupyter Book? I think a simple and representative example of what I would like to do, is to render this html file in Jupyter Book. The file seems to work standalone. Now, do I need to do any configuration in Jupyter Book? We have seen this section of the JP documentation, but since I do include MathJax in the HTML file, do we need to do any of that? |
Ping @choldgraf |
Hey @mwouts, thanks again for working on this! Do you have any suggestions for a temporary workaround the Latex+jupyter-book+itables issue?
Right now the latex issue stands out on our table: Thanks again for this awesome tool :) |
Hey @mwouts , me again 😅
I was wondering -- do you have any suggestions on rendering latex / mathjax in tables?
I followed the suggestion proposed in this stack-overflow: https://stackoverflow.com/questions/35864810/mathjax-render-only-on-first-page-of-the-data-table
Here is what I was testing out:
The text was updated successfully, but these errors were encountered: