How to make vscode render jupyter notebooks LaTex like Colab does?
Asked Answered
D

0

6

It's a known fact that out of the box vscode uses KaTex and doesn't render some LaTeX formula in Jupyter notebooks while colabs or jupyterlab do render them.

from my understanding MathJax does the job but I am yet to find a solution for this issue or how to substitute KaTex to MathJax in vscode. Changing to alternative LaTeX formulation is not a valid option as they're given from a third party.

enter image description here

Discontinuation answered 27/5, 2023 at 12:41 Comment(2)
I want to know also.Broderickbrodeur
It looks like this could be possible now with an extension: code.visualstudio.com/api/extension-guides/… I am not yet aware of any extension that does so.Discontinuation

© 2022 - 2025 — McMap. All rights reserved.