首先,我尝试使用Coderunner中的代码
from scipy import gplt
ImportError: cannot import name gplt
我试过终端
>>> import scipy
>>> from scipy import gplt
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name gplt
确认我的scipy版本:
You are using NumPy (1.8.1) with SciPy (0.15.1)