Closed WeilerP closed 1 year ago
@michalk8, is there a similar change in other kernels?
@michalk8, is there a similar change in other kernels?
As far as I remember, no, only this has been split from the __init__
.
Thanks for spotting this @WeilerP! Would you mind updating the tutorial accordingly?
@michalk8, is this even possible? As far as I can tell, the notebooks at stable and latest are the same, right? So changing the notebook would change it for the stable docs as well even though there, the new API is not yet used. Or am I missing something?
@michalk8, is this even possible? As far as I can tell, the notebooks at stable and latest are the same, right? So changing the notebook would change it for the stable docs as well even though there, the new API is not yet used. Or am I missing something?
You're right, the notebooks aren't versioned into master
/dev
, so it's not possible. Think we should sooner or later make master
the development branch again.
closed via #65
Description
If I am not mistaken, the API for the CytoTRACE kernel changed with theislab/cellrank#791. Previously, the all statistics were calculated when instantiating the kernel, i.e.,
To achieve the same behaviour, the following code needs to be used
The tutorial has not yet been updated accordingly.