Closed edwin5588 closed 2 months ago
@keller-mark Just tagging one of the devs to hopefully get some eyes on this issue. Thanks!
Hi @edwin5588 it seems like binder may have updated such that the proxy=True
no longer works to allow remote access to the served files (https://python-docs.vitessce.io/data_options.html for background).
As a workaround, I have made a pull request at https://github.com/vitessce/vitessce-python/pull/363 that uses the adata_store
functionality to allow access to AnnData objects via Zarr bypassing the need for a web server, allowing it to run in Binder.
Thanks! I'll try it out. Is this going to be merged into main?