Testing LaTeX and Images in Jupyter notebooks.

Original author: David Banas capn.freako@gmail.com
Original date: May 7, 2019

This Jupyter notebook was constructed to be a minimal test case for verifying correct rendering of both:

  • LaTeX math, and
  • external images

in notebooks stored in GitHub/GitLab repositories.

At the time of this writing, both appear to render properly on GitHub, and neither on GitLab. :(

LaTeX Test

Inline:

$E = mc^2$

Display:

$$ E = mc^2 $$

Image Test


In [ ]: