kino_explorer
kino_explorer copied to clipboard
`invalid_byte` while showing dtype binary
Mix.install([
{:kino_explorer, "0.1.25"},
{:explorer, "~> 0.11.1"}
])
Explorer.DataFrame.new([
id: [<<0, 143, 245, 11, 196, 6, 74, 176, 190, 198, 79, 132, 54, 103, 203, 203>>],
], dtypes: [id: :binary])
Shows red:
Failed to serialize initial widget data, Erlang error: {:invalid_byte, 143}
But it works with |> Kino.Explorer.new(summaries: false)