Closed ceblanton closed 5 years ago
I think the underscores in this repo name are making kubernetes unhappy. I think the easiest fix is likely to require renaming this repo. We can also change the dask config to not use {JUPYTERHUB_USER}
. @rabernat - do you have any ideas here?
I've experimented with a few things here today. Renaming the repo from pangeo_cmip6_examples
to pangeo-cmip6-examples
seems to have worked but I'm not sure this is an acceptable solution. It is easy to roll back but for now, pods do seem to launch.
Thanks for looking into this. I seem to recall the same issue in pangeo_ocean_examples (which was renamed pangeo-ocean-examples for is reasons).
@rabernat - are you okay with me renaming this repo? If so, we can close this issue.
Sure no problem! Github will redirect the old URLs anyway.
Hello! I work with @balaji-gfdl and @aradhakrishnanGFDL and I'm trying to learn more about Pangeo. I was able to launch the Pangeo binder (https://binder.pangeo.io/v2/gh/pangeo-data/pangeo_cmip6_examples/master) and start a notebook (cmip6_precip_analysis.ipynb or cmip6_PT_analysis.ipynb).
The first cell, which loads xarray, numpy, and matplotlib, runs OK. The second cell, which starts the dask cluster, fails with a python exception. Could someone take a look? I don't think it's only my environment as I asked another user to try and it also failed for them.
Thank you very much, Chris Blanton