Updates Explorer guide (#2455)

This commit is contained in:
Cristine Guadelupe 2024-01-27 11:01:43 -03:00 committed by GitHub
parent a37bd33f86
commit dc81aa3b40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
```elixir ```elixir
Mix.install([ Mix.install([
{:kino_explorer, "~> 0.1.15"} {:kino_explorer, "~> 0.1.18"}
]) ])
``` ```
@ -10,11 +10,11 @@ Mix.install([
To explore and transform data in Livebook we use two libraries: To explore and transform data in Livebook we use two libraries:
* The [`explorer`](https://github.com/elixir-nx/explorer) * The [`explorer`](https://hexdocs.pm/explorer/Explorer.html)
package brings series (one-dimensional) and dataframes (two-dimensional) package brings series (one-dimensional) and dataframes (two-dimensional)
for fast data exploration to Elixir. for fast data exploration to Elixir.
* The [`kino_explorer`](https://github.com/livebook-dev/kino_explorer) * The [`kino_explorer`](https://hexdocs.pm/kino_explorer/components.html)
package automatically renders an `Explorer.DataFrame` or `Explorer.Series` package automatically renders an `Explorer.DataFrame` or `Explorer.Series`
as a data table. as a data table.