I want to work with algebraic operation on netcdf files. I saw that the package nco does that. I have installed the package though conda but when i call it in jupyter notebook, it says "ModuleNotFoundError: No module named 'NCO'"
In the documentation of the package i did not find anything about working with jupyter notebook environment.
I am working whit python version 3.5. Windows 10 (64b)
My assumption is that maybe this package was not developed to be run through jupyter. any hint?