mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 11:35:54 +08:00
Update intro_to_vega_lite.livemd (#338)
This commit is contained in:
parent
e967165999
commit
13108c8591
1 changed files with 5 additions and 3 deletions
|
@ -2,9 +2,11 @@
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
To render graphs in Livebook, we need the `vega_lite` package
|
To render graphs in Livebook, we need the
|
||||||
for defining our graph specification and `kino`, which augments
|
[`vega_lite`](https://github.com/elixir-nx/vega_lite) package
|
||||||
Livebook with client-driven widgets:
|
for defining our graph specification and
|
||||||
|
[`kino`](https://github.com/elixir-nx/kino), which augments
|
||||||
|
Livebook with client-driven interactive widgets:
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
Mix.install([
|
Mix.install([
|
||||||
|
|
Loading…
Add table
Reference in a new issue