why the difference between ipython and python shell?

Sven Schreiber svetosch at gmx.net
Tue Nov 14 04:50:44 EST 2006


Charles R Harris schrieb:

>     In [1]: from scipy import linalg
> 
>     In [2]: help(linalg.eig)
> 

>
>     >>> from scipy import linalg
>     >>> help(linalg.eig)
> 
>     Help on function eig in module scipy.linalg.decomp:
>
> 
> I expect scipy.linalg and numpy.linalg are different modules containing
> different functions. That said, the documentation in scipy.linalg looks
> quite a bit more complete.
> 
> Chuck

Sure, but Seweryn used the same import statement from scipy and never
explicitly referred to numpy, so there must be some subtle import voodoo
going on. Or did you not show us everything, Seweryn?

-sven

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642




More information about the NumPy-Discussion mailing list