I'm writing a python library to solve various physics equations, and would like to add a method to each equation to display the equation formatted in LaTeX. I thought about using a LaTeX to PNG converter, and then somehow displaying the image in-line with the terminal, which led me to trying to figure out displaying images in the terminal, to no avail. If it makes things simpler, I mainly use IPython, and wouldn't mind if it only worked in that.
If there really is no way to display images in-line, then I could always just display them in a window, but that wouldn't be nearly as clean.