##// END OF EJS Templates
Improvements to component.py....
Improvements to component.py. Components are now based fully on traitlets. The have a better querying interface and smart children, parent, root properties. Some testing has been added.

File last commit:

r2073:86e3ac62
r2180:7d974efa
Show More
ipython_config_numeric.py
7 lines | 141 B | text/x-python | PythonLexer
/ IPython / config / profile / ipython_config_numeric.py
from ipython_config import *
EXECUTE.extend([
'import numpy',
'import scipy',
'import numpy as np',
'import scipy as sp',
])