microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.25k stars 274 forks source link

Re-running all cells does not re-evaluate latex math in markdown cells #15809

Open decimad opened 5 days ago

decimad commented 5 days ago

Environment data

Expected behaviour

When loading a notebook, I expect that I get the restored state from last session, possibly after rerunning all cells.

Actual behaviour

Latex math contained in markdown cells is not re-evaluated, not even when re-running all cells.

Additionally, simply re-evaluating the markdown cell that performs the definition does not re-run the latex-interpretation, I need to actively touch the Latex-Part for it to be re-evaluated and provide the latex-commands to the environment. This includes the latex section that defines the command as well as all latex sections that use the command.

amunger commented 4 days ago

Can you provide an example cell that shows this behavior