from ipython_config import * Global.exec_lines.extend([ 'import cmath', 'from math import *', 'print "*** math functions available globally, cmath as a module"' ])