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
Previously, we had two copies of serialization that were doing
essentially the same thing.
This deduplicates accessor serialization to allow any
"json-serializable" value through (a superset technically; whatever
ipywidgets default serialization supports) but then otherwise assume the
input is a pyarrow column and serialize that to a parquet file.
0 commit comments