When I try and start up a cluster using the recommended way in the binder documentation I get a cluster with zero workers. When the link is provided for the dashboard, it goes to a dead link. All of the dask related pages say "404 not found."
Here is my environment.yml file:
name: pangeo
channels:
- conda-forge
dependencies:
- python=3.6
- xarray
- dask
- distributed
- act-atmos
- dask-kubernetes
- dask-gateway==0.7.1
- gcsfs
- matplotlib
- numcodecs
- python-blosc
- lz4
- nomkl
- nbserverproxy
- pangeo-notebook
- jupyter
- jupyterlab=0.35
- jupyterlab_launcher
- jupyter_client
- ipywidgets
- graphviz
- nodejs
- pip:
Just simply typing https://hub.binder.pangeo.io/services/dask-gateway into a web browser will even give me a 404 not found error. Is the dask-gateway down? I've even tried this on multiple machines to ensure that there is nothing network related.
When I try and start up a cluster using the recommended way in the binder documentation I get a cluster with zero workers. When the link is provided for the dashboard, it goes to a dead link. All of the dask related pages say "404 not found."
Here is my environment.yml file:
name: pangeo
channels:
dependencies:
Just simply typing https://hub.binder.pangeo.io/services/dask-gateway into a web browser will even give me a 404 not found error. Is the dask-gateway down? I've even tried this on multiple machines to ensure that there is nothing network related.