Tyrone Lee
Tyrone Lee
I'm having a similar issue ``` > sessionInfo() R version 4.2.1 (2022-06-23 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 22000) Matrix products: default locale: [1] LC_COLLATE=English_United States.utf8...
`verbose = TRUE` output: ``` > sce rhdf5::h5ls(h5ad.file) group name otype dclass dim 0 / X H5I_DATASET FLOAT 990 x 1348582 1 / layers H5I_GROUP 2 / obs H5I_GROUP 3...
Potentially something to do with #1559. Might need to make the docs more explicit on data definition options now that examples might be depreciated or removed completely. For example [obsSets](http://vitessce.io/docs/data-file-types/#obssetsanndatazarr)...
@keller-mark thanks for the response. So I've tried the config in vitessce.io and list of paths is indeed still supported. I was having an issue with [vitessce-python](https://github.com/vitessce/vitessce-python#vitessce-python) where it would...
Would it be possible to merge coordination scopes for the view components between 2 datasets? such as for datasets `A` and `B` : ``` { "component": "obsSets", "coordinationScopes": { "dataset":...
 ``` Version: 1.84.1 (user setup) Commit: 2b35e1e6d88f1ce073683991d1eff5284a32690f Date: 2023-11-06T12:35:59.022Z Electron: 25.9.2 ElectronBuildId: 24603566 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.22621 ``` Jypyter extension v2023.10.1003070148
More details from the chrome console: `DevTools failed to load source map: Could not load content for https://cdn.jsdelivr.net/npm/vitessce-jupyter@%5E0.1.14/dist/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE ` this one is a bit...
Thanks Mark, thats good news to hear! CCB has been using vitessce for exploring public MERFISH datasets and we were kind of dumbfounded when the RSC hosted notebooks stopped working...
Just an update, after installing a new environment with `vitessce==3.0.0` a new error message appears: 
Also hoping to see vitessce-python bumped up soon. The affects from the js refactor in the core Vitessce not only brings in new features but hopefully will fix a longstanding...