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