microsoft / vscode-jupyter

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

LaTeX rendering does not work #3986

Closed hellmrf closed 3 years ago

hellmrf commented 3 years ago

Environment data

Expected behaviour

LaTeX being rendered, as it does in Jupyter Notebook, Jupyter Lab, Google Colab and any other NBViewer.

Python: image Julia: image

Actual behaviour

Markdown cells outputs raw LaTeX, code cells output says "No renderer could be found for MIME type: text/latex":

(The same code above, but in VSCode): Python: image Julia: image

Steps to reproduce:

  1. Install Jupyter with any Kernel;
  2. Install VS Code Insiders;
  3. Install Jupyter Extension;
  4. Create and open a new notebook (or open an existing, whatever);
  5. Select any kernel you want;
  6. Try writing the fanciest equation with LaTeX math;
  7. Cry.
CaesarOG commented 3 years ago

Yes, with Code-Insiders, even single dollar-sign Latex between $ $ , does not work in the new version notebooks markdown using the Jupyter extension.

DonJayamanne commented 3 years ago

Closing as a dup of https://github.com/microsoft/vscode-jupyter/issues/1216