nuzumco / latex

Using `apt.txt` to install latex for use in notebooks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Using `apt.txt` to install latex for use in notebooks.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 77.3%Language:TeX 18.2%Language:Shell 4.5%