##// END OF EJS Templates
Fixing #1359. We are not using itex mode in sympyprinting....
Fixing #1359. We are not using itex mode in sympyprinting. Previuosly we were using itex=True in the sympy latex printer. I don't know why where were doing this but we should use regular printing mode and put the $$ around the equations ourselves.

File last commit:

r4246:4232a692
r6051:5cf294c5
Show More
ipython
7 lines | 153 B | text/plain | TextLexer
#!/usr/bin/env python
"""Terminal-based IPython entry point.
"""
from IPython.frontend.terminal.ipapp import launch_new_instance
launch_new_instance()