willyhagi/climate-data-science

Proposal to add the list of relevant conda install list to your article

PeetsB opened this issue · 1 comments

Hi Willy, many thanks for your interesting article on TDS.
Unfortunately your Notebook does not work "out of the box", which will leave novices/students not getting to the gist of your good work,
May I propose that you add the list of required conda install(s) (for a standard anaconda installation). Here's what I did to get your notebook running:
conda install -c intake intake
conda install xarray dask netCDF4 bottleneck
conda install -c conda-forge proplot
conda install -c conda-forge intake-esm
conda install -c conda-forge cartopy

Hi @PeetsB, thank you very much for your feedback and comments. I'll certainly take your suggestion in mind, this is an ongoing project and I'm really looking forward to improve it and make it more accessible to all.