Benjamin Zaitlen

Results 198 comments of Benjamin Zaitlen

gcsfs has a number of credential options, I think you might only need `token=cloud`. Check the gcsfs creds section: https://gcsfs.readthedocs.io/en/latest/index.html#credentials ```python df = pd.read_excel("gcs://bucket/path/file.xls", storage_options={"token": "cloud"}) ``` If that doesn't...

> Below is the trace. When I ssh to worker and try to test python version it looks like it's not installed. Remember, you are starting up a docker container...

I have used stackdriver but only from the UI. There are several k8s logging backends as you've noted but I haven't played much with them so I don't have much...

The initial thought of trying to using pynvml turned out to not work. Instead, I profiled the following with nsight compute: ```python import cupy as cp from cucim.skimage.filters import gaussian,...

Can you get the conda version being used in the binder example ? If it's less than 4.9 we should probably upgrade it

No that's probably not it then. I launched an instanced on binder and things pleasantly worked with `mamba`. i would suggest either using mamba or pip, or, why not add...

@jsignell I tried your suggestion but that also doesn't work. Also it _does_ work with Mamba: ``` jovyan@jupyter-nils-2dbraun-2ddask-2dexamples-2dajduqqec:~$ mamba install -c conda-forge dask-sql __ __ __ __ / \ /...

Thanks @eric-czech for the issue. @jacobtomlinson has a gist going over this exact setup: https://gist.github.com/jacobtomlinson/15404d5b032a9f91c9473d1a91e94c0a This should be listed in the docs at some point