Python – Jupyter does not render latex

Jupyter does not render latex… here is a solution to the problem.

Jupyter does not render latex

Not sure what’s going on, but I just noticed that my anaconda-based jupyter can’t render latex at all. I don’t get an error, but if I put $x$ in a Markdown cell, I’ll return $x$. Any suggestions on how to diagnose/fix?

Solution

Well, I shut down the server and restart it, now it works. Wish I knew what happened.

Related Problems and Solutions