I'm trying to open NARR Netcdf files using netCDF4 to read its data, but when I try to open it, the kernel keeps dying. I'm using spyder with python 2.7
# -*- coding: utf-8 -*-
import netCDF4 as nc
f = nc.Dataset(r'C:\Users\...\uwnd.10m.1980.nc')
Kernel died, restarting
Thanks