diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/.pythonrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/.pythonrc b/python/.pythonrc index e4c3b63..b124c6f 100644 --- a/python/.pythonrc +++ b/python/.pythonrc @@ -3,6 +3,7 @@ import math import matplotlib import numpy as np import sympy as sym +sym.init_printing() try: import hermipy as hm |