This repository lets you try out creating basic plots from CMIP6 Earth System Model data.
Try out a notebook by clicking on this icon:
Usage notes:
2021 July 26
- If a dialog box pops up after Binder loads, click Cancel
See http://pangeo.io for more information.
2021 Dec 08
- Unfortunately Pangeo Binder is currently down (pangeo-data/pangeo-binder#195) so the Binder badge doesn't work, but the notebooks should run on a standard Jupyter installtion. You may need to adjust dask settings, try replacing any dask_gateway code with the following:
from dask.distributed import Client
client = Client(n_workers=4)