jupyterlab-latex
jupyterlab-latex copied to clipboard
Add support for a browser based LaTeX renderer
My understanding of jupyterlab-latex is that it currently requires access to a "desktop" Latex rendering application to render tex documents.
This adds to the complexity of setting up a JupyterLab environment by requiring the installation of additional operating system packages, and does not support the in-browser JupyterLite environment.
As JupyterLab/JupyherLite is a browser based environment, it would be useful if an in-browser dependency in the form of a wasm/js LaTeX renderer could be used to render LaTeX/TeX documents, rather than an operating system dependency.