Forums

netCDF4 on python anywhere

Is it possible to use netCDF4 on pythonanywhere?

Hi bethanharris,

We have numpy installed. Which netCFD4 Python package do you need to use it? Are there any binary packages that need to be installed?

from scipy.io import netcdf

Works too.

Well that's convenient :)

The netCDF4 package I meant is this one: https://code.google.com/p/netcdf4-python/

I'll try scipy.io first, though.

Thanks very much!

OK -- looking forward to hearing how you get on!