jupyterlab-contrib/rise

Incorrect LaTeX rendering

Opened this issue · 0 comments

Issue

LaTeX "hat" accents are not rendered correctly. I'm not sure, but it may be related to #72 .

Screencast.from.2024-03-05.11.01.39.AM.webm

Reproduce

Open a slides notebook. Change a cell to markdown. Type $\hat{y}$ into the cell, and view in presentation mode.

Expected behavior

I would expect LaTeX to be rendered correctly.

Context

Using Chrome Version 122.0.6261.69 (Official Build) (64-bit).

Output of pip list | grep jupyter

jupyter_client                8.4.0
jupyter_core                  5.4.0
jupyter-events                0.8.0
jupyter-lsp                   2.2.0
jupyter-resource-usage        1.0.1
jupyter_server                2.8.0
jupyter-server-mathjax        0.2.6
jupyter_server_terminals      0.4.4
jupyter-telemetry             0.1.0
jupyterhub                    4.0.2
jupyterlab                    4.0.7
jupyterlab_git                0.50.0
jupyterlab-pygments           0.2.2
jupyterlab_rise               0.42.0
jupyterlab_server             2.25.0
jupyterlab-widgets            3.0.9

Output of jupyter labextension list

JupyterLab v4.0.7
/opt/conda/share/jupyter/labextensions
        jupyterlab_pygments v0.2.2 enabled  X (python, jupyterlab_pygments)
        nbgrader v0.9.1 enabled OK (python, nbgrader)
        jupyterlab-rise v0.42.0 enabled OK (python, jupyterlab_rise)
        nbdime-jupyterlab v3.0.1 enabled OK
        @jupyter-notebook/lab-extension v7.0.6 enabled OK
        @jupyter-widgets/jupyterlab-manager v5.0.9 enabled OK (python, jupyterlab_widgets)
        @jupyterlab/git v0.50.0 enabled OK (python, jupyterlab-git)
        @jupyter-server/resource-usage v1.0.1 enabled OK (python, jupyter-resource-usage)


   The following extensions are outdated:
        jupyterlab_pygments
        
   Consider checking if an update is available for these packages.


Disabled extensions:
    @jupyterlab/cell-toolbar-extension (all plugins)