Neil Vaytet
Neil Vaytet
I think we made `zeros_like` create something really like the other variable, including unit and dtype. Would ```Py y = zeros(sizes=x.sizes, unit='m') ``` be ok as an alternative for the...
I found another case where allowing this would be useful: If you pass a `DataArray` to `zeros_like`, it copies the coords/masks over. It would be useful to be able to...
This is how I have been setting colors on a `Points` object. Maybe it helps? ```Py import pythreejs as p3 import numpy as np N = 1000 geometry = p3.BufferGeometry(...
Hi, is there any news on this? Thanks.
Hi there, I can't seem to get a tooltip to show on `HTML` or `Label` widgets. Example: ```Py import ipywidgets as ipw ipw.HTML('some bold text', tooltip='Can you read this?') ```...
Hi, I would also really benefit from having the continuous syncing. I would like to have a tool that allows me to inspect the 3rd dimension of a data cube...
Would be great if we could get this added, it would significantly improve our workflow :-)
Could it come from the fact that ```Py (np.nan * sc.units.m) < (0.1 * sc.units.m) (np.nan * sc.units.m) > (0.1 * sc.units.m) ``` are both `False`?
I don't think much can be done about this? It isn't a reversible operation. If you dilute your counts at the edges, you indeed have lost signal if you then...
> I think the current behavior is a good default. But we could consider adding options to the method for making different assumptions at the boundaries. How about a different...