We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the issue: I am working on the leap hub provided by 2i2c using the pangeo/pangeo-notebook:2024.04.08 image
pangeo/pangeo-notebook:2024.04.08
Minimal Complete Verifiable Example:
# lets get some help from dask_gateway import Gateway gateway = Gateway() cluster = gateway.new_cluster() client = cluster.get_client() client
Gives me
But pressing the button does not do anything.
Anything else we need to know?:
I confirmed that both of the following work:
from distributed import Client client_local = Client() client_local
So the issue must be somehow specific to dask gateway?
Environment:
Using the pangeo/pangeo-notebook:2024.04.08 image
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue:
I am working on the leap hub provided by 2i2c using the
pangeo/pangeo-notebook:2024.04.08
imageMinimal Complete Verifiable Example:
Gives me
But pressing the button does not do anything.
Anything else we need to know?:
I confirmed that both of the following work:
So the issue must be somehow specific to dask gateway?
Environment:
Using the
pangeo/pangeo-notebook:2024.04.08
imageThe text was updated successfully, but these errors were encountered: