Neil Vaytet
Neil Vaytet
Great, i'll give it a go. Thanks!
Not sure the perculiarity with no markdown cells still applies. Here is a screenshot taken straight from the Ipywidgets online docs where markdown cells are present in the notebook, and...
yes. Same things in `L_monitor`. In `Contrib > psd_monitor_rad`, `filename` stays greyed out but `filename_av` behaves as expected
> But can I ask you, why did this come up? Isn't it because we don't support negative strides?
I do find it a little unpredictable sometimes. Would it be less confusing if the dims you specified inside `hist(...)` would always be what you get as an output? e.g....
```Py da.hist(z=5) # dim=None means z replaces all dims of the z coord (preserve unrelated) da.hist(z=5, dim=da.dims) # replace also z-independent dims da.hist(z=5, dim=()) # keep all existing dims, add...
@MridulS do you feel like having a go at this?
Coming back to this: it would be really useful not to have to use the `elem_unit` everywhere. I find myself using it an awful lot when writing reduction workflows. I...
> Assume we change only the Python side. Would this only be for trying it out, or you mean that the final implementation would remain only on the Python side?
> I wonder if one should consider nested access in a similar way as multi-dim access? > > ```python > ndarray[i,j,k] > datagroup['entry','instrument','detector1'] > ``` When I see that syntax...