rraadd88

Results 13 issues of rraadd88

Hi @BenjaminDoran , I find `unidip` very helpful in identifying unimodal distributions. Thanks for the development of this package! Regarding the warning I get, this happens when I run `dip.diptst`...

Hi, I encountered this error while using an [interactive tool](https://github.com/igvteam/igv-notebook/blob/b81c898f726bebad1306a1dc09d4009e23c68417/igv_notebook/file_reader.py#L61C60-L61C72) through CaptureShell: ``` ---> 61 get_ipython().kernel.comm_manager.register_target('file_request', target_func) AttributeError: 'CaptureShell' object has no attribute 'kernel' ``` Is there any equivalent to...

I would like to get the pre-processed data that was used to train a model. ### How did this question come about? The preprocessed data could be used to, for...

It is a parameterized notebook, compatible with `papermill`. So can be used on command line too. Contents of the notebook are modified from the existing `run_cellpose.ipynb` notebook, with simplification and...

Hi, When I tried to show a [widget](https://github.com/igvteam/igv-notebook/tree/main), ### (1) it is displayed initially when the app is loading, ![image](https://github.com/mljar/mercury/assets/9945034/e2bd2516-7e06-422f-9bec-b5aee1b7687d) ### (2) but then this error is shown: ![image](https://github.com/mljar/mercury/assets/9945034/452b24fb-840a-4623-bec3-8ae428b15fdc) ```...

Added General image analysis software: [htsimaging](https://github.com/rraadd88/htsimaging) - Python package for high-throughput single-cell imaging analysis (Python). and Cell migration and particle tracking: [Trackpy](https://soft-matter.github.io/trackpy) - Trackpy: Fast, Flexible Particle-Tracking Toolkit (Python).

I took demo code from dash's tutorial ([Multiple inputs](https://plot.ly/dash/getting-started-part-2)) and built a webapp using this template i.e. `dash-heroku-template`. In that, I simply incorporated the dash code in app.py as suggested...