Closed stefansimik closed 4 months ago
Do you have jupyterlab-myst
or jupyterlab-markup
extension installed? Or mathjax2
or katex
renderer?
Works for me in 4.2.2:
I think the issue that results in @krassowski 's screen shot above is that the $
character is being interpreted as the start of a LaTeX expression. If I escape that to \$
, I see the entire markdown table, including the empty row. I'm running JupyterLab 4.3.0 alpha (tip of main
) without the jupyterlab-myst or katex extension.
Do you still see the blank cell behavior if you escape all instances of the $
character in your markdown table source?
I think the issue that results in @krassowski 's screen shot above is that the
$
character is being interpreted as the start of a LaTeX expression. If I escape that to\$
, I see the entire markdown table, including the empty row. I'm running JupyterLab 4.3.0 alpha (tip ofmain
) without the jupyterlab-myst or katex extension.Do you still see the blank cell behavior if you escape all instances of the
$
character in your markdown table source?
Hi Jason, the bug is still there - even without $ characters.
I tested on table like this:
| Number | Variable | Description |
|--------|----------|-------------|
| 1 | CRIM | asdf |
| 2 | ZN | asdf |
| 3 | INDUS | asdf |
| 4 | CHAS | asdf |
| | | |
| Target | MEDV | adsf |
The rendered table was like the buggy empty one.
Do you have
jupyterlab-myst
orjupyterlab-markup
extension installed? Ormathjax2
orkatex
renderer?Works for me in 4.2.2:
No of mentioned extensions installed.
This is reality:
I will try to uninstall the jupyterlab-quarto, I see there is potential, this one could cause the problem.
Yes, disabling jupyterlab-quarto plugin solved the problem.
Thank you for helping to solve the problem guys.
I will report this bug to the mentioned plugin.
Reported to the right place, and closing the issue.
Description
Simple Markdown table with empty row cannot be rendered in JupyterLab
Reproduce
Create Markdown cell in JupyterLab and paste this code:
This is cell in Edit mode (not rendered):
This is cell in Rendered mode:
Expected behavior
Table should be rendered correctly with empty row.
Context
Troubleshoot Output