lambda-notebook
lambda-notebook copied to clipboard
VSCode (vscode-jupyter) rendering of HTML+latex is broken
VSCode seems to have broken rendering for both latex within HTML and latex within markdown. This affects rendering of trees and formula derivations. See the following issues:
- https://github.com/microsoft/vscode-jupyter/issues/7801
- https://github.com/microsoft/vscode-jupyter/issues/8131 (maybe)
- https://github.com/microsoft/vscode/issues/203725 (maybe)
The situation doesn't look super promising (the main issue has autoclosed) so I have put in a quick error in 2dbe90b33004 so that the user has some idea what's going on. This is really an upstream issue, but it's useful to have an issue here in case people come looking.
Unclear right now if there's any hope of workarounds along the lines of the colab solution. The main idea that comes to mind is to try to find a way to run MathJax(?) manually in HTML outputs, but I don't even know where to begin on this in VSCode.