##// END OF EJS Templates
Use dvipng to format sympy.Matrix to PNG display
Use dvipng to format sympy.Matrix to PNG display

File last commit:

r3410:21647ae3
r7307:49a6541d
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *