Skip to content
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

[KaTeX] Math is not rendered in "code" cell outputs. #251

Open
SubtleMuffin opened this issue Mar 25, 2021 · 1 comment
Open

[KaTeX] Math is not rendered in "code" cell outputs. #251

SubtleMuffin opened this issue Mar 25, 2021 · 1 comment
Labels

Comments

@SubtleMuffin
Copy link

Description

The math is not rendered in "code" cell outputs, for example,

katex

Reproduce

As described in the screenshot.

Expected behavior

Math is expected to be rendered correctly. If this plugin is disabled (MathJax is the rendering engine), everything works fine.

mathjax

Context

  • Operating System and version: Debian 10
  • Browser and version: Chrome 89
  • JupyterLab version: Jupyter Lab version 3.0.12
Troubleshoot Output
N/A
Command Line Output
N/A
Browser Output
N/A
@GonerGenesis
Copy link

GonerGenesis commented May 12, 2021

I've a similar problem when trying to render a pandas dataframe with math environments in it:
Its ok if I just render it via ipython display:
mathjax_table_bug_2
but not if I try to render it as Markdown:
mathjax_table_bug
Unfortunately I need the second method for the pdf export, because the first method doesn't produce a table latex environment but a Verbatim.

Edit:
I maybe missed the topic, but maybe its the same cause. I got this problems with enabling MathJax3 extension not with KaTeX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants