This repo is an experiment of rendering LaTeX and Jupyter notebooks using Github hacks
-
Using Github Pages (Jekyll) to automatically generate LaTeX MathJax renderings from markdown files.
-
Using Github Actions hacks to automatically generate HTML renderings of Jupyter Notebooks using nbconvert
Uses a custom nbconvert exporter and template to embed inline images using data:image/png;base64
instead of separate directories.