Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 800 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 800 Bytes

Using latex with Binder

Binder

This repository demonstrates how to install latex alongside matplotlib for Binder. This repository also makes use of JupyterLab Latex to render latex files in Jupyter lab. This requires a few different build components:

  • apt.txt for apt-installing the latex components
  • environment.yml for installing the python dependencies
  • postBuild for forcing matplotlib to build the font cache and for installing JupyterLab Latex.

Thanks to m-weigand for giving inspiration for this repo!