diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-12-13 16:51:29 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-12-13 16:51:29 +0100 |
commit | 77cd142cbfceda8d4fe644acff46b7f8a3463e9e (patch) | |
tree | bb53483c102c5728b1ccbc5add11b1d09a4b991c /python | |
parent | 264b48ff259714217ed0c056a99d038dde872249 (diff) |
Add zsh aliases
Diffstat (limited to 'python')
-rw-r--r-- | python/.pythonrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/.pythonrc b/python/.pythonrc index b124c6f..58518f6 100644 --- a/python/.pythonrc +++ b/python/.pythonrc @@ -1,7 +1,10 @@ -import importlib import math +import importlib import matplotlib + import numpy as np +np.set_printoptions(linewidth=120) + import sympy as sym sym.init_printing() |