jupyterlab-latex icon indicating copy to clipboard operation
jupyterlab-latex copied to clipboard

Add support for a browser based LaTeX renderer

Open psychemedia opened this issue 10 months ago • 2 comments

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.

psychemedia avatar Dec 16 '24 13:12 psychemedia