mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-17 13:43:05 +08:00
Updates Explorer guide (#2455)
This commit is contained in:
parent
a37bd33f86
commit
dc81aa3b40
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue