Mark Keller
Mark Keller
Good point, at minimum we should add a note to the Github README here https://github.com/scverse/anndataR/tree/main?tab=readme-ov-file#installation
Hi @Artur-man this is looking great, thank you for the tests and the comments and the references back to the python code. I just opened https://github.com/Artur-man/pizzarr/pull/1, can you merge that...
```py vc.link_views_by_dict([spatial_view, another_view], { ct.OBS_COLOR_ENCODING: "cellSetSelection", ct.OBS_SET_SELECTION: [ ["colname", "obs_set_one"], ["colname", "obs_set_two"], ], ct.OBS_SET_COLOR: [ { "path": ["colname", "obs_set_one"], "color": [0, 12, 123], }, { "path": ["colname", "obs_set_two"], "color": [240,...
Hi, importing a CSS file is not valid JavaScript or ESM, so this behavior is unexpected when importing JS from an NPM package. Such CSS imports should be stripped out...
Related to #1644
It is due to this line - the `mergeObsSets` with `additionalObsSets` only gets executed if the code path goes within the `if` statement https://github.com/vitessce/vitessce/blob/c114af90d50c558987d20ecbe074993060841ccd/packages/view-types/spatial-beta/src/Spatial.js#L1093 similarily, will need to be done...
Related to #998
See https://github.com/vitessce/vitessce-python/commit/7fd332486f2eae7b5e88d5e240f1b32af331d2d8 and https://github.com/vitessce/vitessce-python/blob/keller-mark/uv-and-pagemode/docs/notebooks/page_mode_example.ipynb Update: see https://github.com/vitessce/vitessce-python/tree/keller-mark/uv-and-pagemode
Related to #742 Related to #716 Related to #421 Related to #364 Related to #242
Optional `commands` as dictionary of string to function with signature like: ```py def my_command(widget, plugin, values, buffers): new_values = {} new_buffers = [] return new_values, new_buffers ``` where widget and...