Question: how can I fix this import error in python 2.7 Yes it was installed In [8]: %pylab inline import ncdump ncdump.metadata(elnino34.nc) ncdump.metadata(elnino34.nc', coords True) pylab.plot

 how can I fix this import error in python 2.7 Yes

how can I fix this import error in python 2.7

it was installed In [8]: %pylab inline import ncdump ncdump.metadata(elnino34.nc) ncdump.metadata(elnino34.nc', coords

Yes it was installed

In [8]: %pylab inline import ncdump ncdump.metadata(elnino34.nc) ncdump.metadata(elnino34.nc', coords True) pylab.plot (month, linestyle) pylab.xlabel() pylab.ylabel() pylab.title("El Nino index") Populating the interactive namespace from numpy and matplotlib Traceback (most recent call last) ImportError () 1 get_ipython.magic(u'pylab inline') in -_-) 2 import ncdump 4 ncdump.metadata( 'elnino34.nc' 5 ncdump.metadata('elnino34.nc', coords True) ImportError: No module named ncdump

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!