##// END OF EJS Templates
Beginning work on config system.
Beginning work on config system.

File last commit:

r2073:86e3ac62
r2073:86e3ac62
Show More
ipython_config_math.py
9 lines | 169 B | text/x-python | PythonLexer
from ipython_config import *
EXECUTE.extend([
'import cmath',
'from math import *',
'print "*** math functions available globally, cmath as a module"'
])