##// 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_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',
])