David Brochart
David Brochart
Did you install `jupyter-collaboration`?
This message: ``` [2024-05-10 18:42:34,614 INFO] ('127.0.0.1', 51063) - "WebSocket /api/events/subscribe?token=4e2804532de366abc81e32ab0c6bf68a73716fafbdbb2098" 403 [2024-05-10 18:42:34,614 INFO] connection rejected (403 Forbidden) ``` only means that the handler for the event system has...
> The main problem is that when implementing kernel reconnection, the output is not synchronized. Using the same [code](https://github.com/jupyterlab/jupyter-collaboration/pull/279) , refresh chrome, the log is not output synchronously after the...
Thanks, I can reproduce. It seems to be related to JupyterLab's workspaces. When you open a new window in the same browser, JupyterLab creates a new workspace for it, that's...
Trying to create a fresh conda environment, rasterio doesn't seem to install anymore.
Might be related to conda-forge switching to Python 3.8.
With the following environment: ```bash conda install python=3.7 ipython intake intake-xarray rasterio gcsfs ``` That works: ```python import intake cat_url = 'https://raw.githubusercontent.com/pangeo-data/pangeo-datastore/master/intake-catalogs/master.yaml' cat = intake.Catalog(cat_url) cat.hydro.hydrosheds_acc.to_dask() ```
Looks like a (temporary) Google authentication problem to me.
The tests that are failing are related to the rasterio driver. Back then we worked around the issue by caching the data locally: https://github.com/intake/intake-xarray/issues/31#issuecomment-456833517 Maybe this doesn't work any more?
It would be nice to have the pinned version of packages to be able to reproduce.