-
Hi!
I am using this library for a project, I'm trying to add an onMouseOver event listener to cells.
I tried adding it to the `cellRender` prop as below however it does not seem to be firing?
…
-
Is there a way to get the highlighted/selected cells in the data editor?
I tried making my own version of the data editor as the reflex one did not include on_grid_selection_change or grid_selectio…
-
Hi Quentin,
I just tried Novae out on my heart cohort. 46 samples ~ 2 million cells.
I used `novae-human-0 `with both `zero_shot` and `fine_tune` .
I used counts and let Novae handle the prepro…
-
Dear @LTLA
Sorry to bug you again. We got another single cell for another parasite Toxoplasma and we were calculating the capture rate. We have seen in past that `emptyDrops` methods rescues more …
-
This idea came from @tjlaboss.
The idea is that rather than just referring to a cell by its number, which is mutable, could we refer to it and request it by a string?
Something like `cell.name` possi…
-
Type: Bug
I have a notebook with 3 cells, A B C
I want to drag C so that it is between A and B.
I CANNOT DO IT.
Drag-drop simply doesn't work. I hover over the margin of cell C, so that the curso…
-
It appears in some cases, the rectangle iterator ( https://github.com/tu-darmstadt-ros-pkg/hector_math/blob/noetic/hector_math/include/hector_math/iterators/rectangle_iterator.h ) iterates over some c…
-
### Description
I would like the "reactive execution"/"disabled" cell status be more clear and useful, by unifying it with "lazy execution". Currently there are multiple forms of lazyness that are pr…
-
Hi!
I am testing napari-spatialdata on a public Nanostring Cosmx dataset (https://kero.hgc.jp/Breast_Cancer_Spatial.html), and I would like to set a custom color for each label of a specific categoric…
-
In EPPlus, it implements a string indexer for cell range selection
```
worksheet.Cells["B1"].Value = "This is cell B1"; // Sets the value of Cell B1
worksheet.Cells[1, 2].Value = "This is cell B1";…