Read data from thredds from mybinder

Hi there,

I’m trying to read a NetCDF file using xarray. The file is on a THREDDS server and I can read it from my “standard” Jupyter Notebook.

However, if I create a mybinder using the same Notebook, when I try to read the data, I get the following error:

FileNotFoundError: [Errno 2] No such file or directory: 'https://tds0.ifremer.fr/thredds/dodsC/CORIOLIS-ARGO-GDAC-OBS/aoml/1900722/1900722_Sprof.nc'

Any idea why?

Many thanks in advance for any help you may provide.