##// END OF EJS Templates
Merge pull request #1861 from tkf/dvipng...
Merge pull request #1861 from tkf/dvipng Use dvipng to format sympy.Matrix, enabling display of matrices in the Qt console with the sympy printing extension. Two changes are introduced: new dvipng backend is added to latex_to_png PNG formatter for sympy.Matrix uses the dvipng backend

File last commit:

r2058:7e8fc59a
r7409:7cd55e57 merge
Show More
irunner
9 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
"""Thin wrapper around the IPython irunner module.
Run with --help for details, or see the irunner source."""
from IPython.lib import irunner
irunner.main()