##// END OF EJS Templates
Fixing sympy profile.
Brian Granger -
Show More
@@ -21,8 +21,9 b" if hasattr(c.Global, 'exec_lines'):"
21 21 else:
22 22 c.Global.exec_lines = [lines]
23 23
24 # Load the sympy_printing extension to enable nice printing of sympy expr's.
24 25 if hasattr(c.Global, 'extensions'):
25 c.Global.extensions.append('IPython.extensions.sympy_printing')
26 c.Global.extensions.append('sympy_printing')
26 27 else:
27 c.Global.extensions = ['IPython.extensions.sympy_printing']
28 c.Global.extensions = ['sympy_printing']
28 29
General Comments 0
You need to be logged in to leave comments. Login now