You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Python Optimal Transport (POT) library to calculate ND Wasserstein distances between large probability distributions generated from ocean gcm data on the leap-pangeo 2i2c hub. The is a very intensive but easily parallelizable calculation that I'd like to perform using Dask Gateway.
Would it be possible to add the Python Optimal Transport (POT) to the pangeo-notebook image so that I can use it with a dask cluster without having to manually install it on each client?