We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! First of all, thanks for this tool it is awesome.
HTMLMath widget has not rendered Math/LaTeX content correctly since 0.5.5.
HTMLMath
0.5.5
Going back to 0.5.4 it renders OK.
0.5.4
From the changelog, #1410 might have introduced the issue.
Create a notebook with the following content (or download repro.ipynb)
from ipywidgets import HTMLMath HTMLMath("Some text with math $E = m c^2$")
python -m venv .venv # activate venv python -m pip install voila==0.5.5 ipywidgets jupyterlab voila repro.ipynb
Math/LaTeX content of HTMLMath widget renders correctly.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I will work on it
Sorry, something went wrong.
trungleduc
Successfully merging a pull request may close this issue.
Hello!
First of all, thanks for this tool it is awesome.
Description
HTMLMath
widget has not rendered Math/LaTeX content correctly since0.5.5
.Going back to
0.5.4
it renders OK.From the changelog, #1410 might have introduced the issue.
Reproduce
Create a notebook with the following content (or download repro.ipynb)
python -m venv .venv # activate venv python -m pip install voila==0.5.5 ipywidgets jupyterlab voila repro.ipynb
Expected behavior
Math/LaTeX content of HTMLMath widget renders correctly.
Context
The text was updated successfully, but these errors were encountered: