summaryrefslogtreecommitdiff
path: root/python/.pythonrc
blob: 4a5758533edaf3fa31a1c1d05aeb9f849527581b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import math # test
import importlib
import matplotlib

import numpy as np
np.set_printoptions(linewidth=120)

import sympy as sym
sym.init_printing()

try:
    import hermipy as hm
except ImportError:
    pass