elixir-explorer / explorer

Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir
https://hexdocs.pm/explorer
MIT License
1.12k stars 123 forks source link

Config to make table view default like in Polars itself #948

Closed kuatroka closed 3 months ago

kuatroka commented 3 months ago

Hi, is there a setting/Config to make the Polars DataFrame view (like a table) to be a default view in Explorer instead of the sideways one? See the pic. Thanks.

image

philss commented 3 months ago

You can use kino_explorer that will give you a rich table automatically when you are on LiveBook.