AaltoSciComp / python-for-scicomp

Python for scientific computing course
https://aaltoscicomp.github.io/python-for-scicomp/
Other
25 stars 31 forks source link

Add note for installation of missing packages in xarray lecture #304

Closed gregordecristoforo closed 3 weeks ago

gregordecristoforo commented 3 weeks ago

Closes #283

bast commented 3 weeks ago

I am not sure this would work: conda install netcdf4 pythia-datasets. See #305 where I am making this a pip dependency.

eglerean commented 3 weeks ago

Using only conda install worked on Mac. I am testing on windows soon

eglerean commented 3 weeks ago

On Windows environment didn't solve because it assumed default channel. It worked with "-c conda-forge" I add a commit.