From 77cd142cbfceda8d4fe644acff46b7f8a3463e9e Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 13 Dec 2018 16:51:29 +0100 Subject: Add zsh aliases --- python/.pythonrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'python/.pythonrc') 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() -- cgit v1.2.3