-
Notifications
You must be signed in to change notification settings - Fork 146
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 example does not work in solara 1.17.5 #175
Comments
Thanks for the report, Weird thing is that after running: from IPython.display import Math
Math(data='E \sim mc^2') It does work, which means that |
Indeed, that's weird, your example also works on my machine. |
Yes, but I prefer to stay close to ipywidgets/jupyter, which uses mathjax. |
or do you see strong reasons to switch, and do you know if it is compatible? |
I recently read an article that mentioned katex as alternative fast latex renderer. |
Hi! Just to update the conversation here as well, it seems like jupyter-widgets/ipywidgets#3847 fixes this issue in ipywidgets, so perhaps we can continue developing on their success. |
I have a small bug to report:
I've just tried to copy+paste this latex example https://solara.dev/api/markdown, but it does not seem to work on the latest Solana version:
The text was updated successfully, but these errors were encountered: