-
Notifications
You must be signed in to change notification settings - Fork 505
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
Voila cannot show Greek letter (latex format) correctly #516
Comments
I think this is a regression, only markdown cells render to math. |
Correction: this does seem to work in master (browser cache made it not work). Could you try opening the dev console and disable your cache? |
adding here because I'm guessing it could be related... Math not display in Voila. from IPython.display import Math, display, clear_output
import ipywidgets as w
out = w.Output()
with out:
clear_output()
display(Math('\\frac{\\rm{kg}}{\\rm{m}^{2} \\cdot \\rm{s}^{2}}'))
out envubuntu2004 (aectemplater-dev) jovyan@PORT4028:/mnt/c/engDev/git_mf/tmp/aectemplater/ui$ conda list jupyter
# packages in environment at /home/jovyan/miniconda3/envs/aectemplater-dev:
#
# Name Version Build Channel
jupyter_client 7.2.2 py39h06a4308_0
jupyter_core 4.11.1 py39hf3d152e_0 conda-forge
jupyter_server 1.18.1 py39h06a4308_0
jupyterlab 3.4.4 py39h06a4308_0
jupyterlab_pygments 0.1.2 py_0
jupyterlab_server 2.12.0 py39h06a4308_0
jupyterlab_widgets 1.0.0 pyhd3eb1b0_1
(aectemplater-dev) jovyan@PORT4028:/mnt/c/engDev/git_mf/tmp/aectemplater/ui$ conda list ipywidgets
# packages in environment at /home/jovyan/miniconda3/envs/aectemplater-dev:
#
# Name Version Build Channel
ipywidgets 7.6.5 pyhd3eb1b0_1
(aectemplater-dev) jovyan@PORT4028:/mnt/c/engDev/git_mf/tmp/aectemplater/ui$ conda list voila
# packages in environment at /home/jovyan/miniconda3/envs/aectemplater-dev:
#
# Name Version Build Channel
voila 0.3.6 pyhd8ed1ab_0 conda-forge |
Thanks John for commenting on both issues! |
Closed
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I marked widgets with description, it is working well in JupyterLab.
However, when I use Voila, it cannot show the Greek letter correctly.
I am using the least Voila version, which compiled from this Git repository.
The text was updated successfully, but these errors were encountered: