kino_explorer icon indicating copy to clipboard operation
kino_explorer copied to clipboard

Explorer (series and dataframes) integration for Livebook

Results 4 kino_explorer issues
Sort by recently updated
recently updated
newest added

Hopefully this is welcome! I am really impressed with what you are doing here, I started on a little prototype for a filtering system myself, but am nowhere as far...

```elixir Mix.install([ {:kino_explorer, "0.1.25"}, {:explorer, "~> 0.11.1"} ]) Explorer.DataFrame.new([ id: [], ], dtypes: [id: :binary]) ``` Shows red: ``` Failed to serialize initial widget data, Erlang error: {:invalid_byte, 143} ```

``` 11:28:59.580 [error] ** (ArgumentError) could not start Kino.JS.Live for Elixir.Kino.Table, an exception was raised: ** (ArgumentError) frequencies/1 only works with series of lists of numeric types, but list[string] was...