Код: Выделить всё
TypeError: ZarrArraySource.__init__() got an unexpected keyword argument 'consolidated'
Код: Выделить всё
import intake
import xarray as xr
import zarr
cat = intake.open_catalog("https://data.nextgems-h2020.eu/catalog.yaml")
data = cat.IFS['IFS_4.4-FESOM_5-cycle3']
data2 = data['2D_1h_native'].to_dask()
Если я запускаю тот же код в JupyterNotebook, все работает хорошо.
Подробнее здесь: https://stackoverflow.com/questions/784 ... with-intak