Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Dask Gateway #34

Merged
merged 5 commits into from
Mar 30, 2020
Merged

Use Dask Gateway #34

merged 5 commits into from
Mar 30, 2020

Conversation

TomAugspurger
Copy link
Member

This changes the example notebooks to use dask gateway, which has been deployed to the staging binder and will be added to the prod binder.

Binder

Additional notes

  • Updated some examples to use intake rather than the (now deleted) paths to the old GCS buckets
  • Some of the examples are currently failing until holoviews gets out a bokeh 2.0+ compatible release.

cc @jhamman

@@ -37,7 +37,7 @@ dependencies:
- ipywidgets
- ipyleaflet
- graphviz
- dask-kubernetes
- dask-gateway
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pangeo-notebook?

- intake::intake
- intake::intake-xarray
- intake
- intake-xarray
- s3fs
- scikit-image
- scikit-learn
- dask-ml
- bokeh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- bokeh<2 ?

"\n",
"gateway = Gateway()\n",
"cluster = gateway.new_cluster()\n",
"cluster.scale(30)\n",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

optional: switch all our uses of cluster.scale to cluster.adapt.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thought about it, but probably would need more testing.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds like we should wait to do this then.

@TomAugspurger TomAugspurger merged commit 533f79e into pangeo-data:master Mar 30, 2020
@TomAugspurger TomAugspurger deleted the gateway branch March 30, 2020 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants