##// END OF EJS Templates
typo
Matthias Bussonnier -
Show More
@@ -56,5 +56,5 b' to png, before displaying it inline for iterm2 on macOS ::'
56 register_mimerenderer(ipython, 'text/latex', mathcat)
56 register_mimerenderer(ipython, 'text/latex', mathcat)
57
57
58 This example only work for iterm2 on macOS and skip error handling for brevity.
58 This example only work for iterm2 on macOS and skip error handling for brevity.
59 One could also invoke an external viewer with ``subporcess.run()`` and a
59 One could also invoke an external viewer with ``subprocess.run()`` and a
60 temporary file, which is left as an exercise.
60 temporary file, which is left as an exercise.
General Comments 0
You need to be logged in to leave comments. Login now