You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it's time to finalize _repr_inline_ and try to get dask to implement it? Or, if that doesn't work, we could also monkeypatch it onto dask arrays, similar to what pint-xarray is doing with pint quantities.
What happened:
The HTML repr is using the first element in a chunks tuple;
What you expected to happen:
it should be using whatever dask does in this case
Minimal Complete Verifiable Example:
EDIT: The text repr has the same issue
The text was updated successfully, but these errors were encountered: