##// END OF EJS Templates
Added casting versions of all the basic traitlet types.
r2178:b2d4e892
Show More
ipython_config_math.py
9 lines | 169 B | text/x-python | PythonLexer
/ IPython / config / profile / ipython_config_math.py
Brian Granger
Beginning work on config system.
r2073 from ipython_config import *
EXECUTE.extend([
'import cmath',
'from math import *',
'print "*** math functions available globally, cmath as a module"'
])