@fperez on the Binder I posted above I can directly embed the rich rendered result, which is where I picture Markdown-embedding being most useful:
If you try to embed the result of latex() by itself, it is display()-ed as text/plain, whereas if you were to wrap that in a IPython.display.Latex object, it would be rich rendered.
Here’s a direct Binder link
