mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 21:14:26 +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
|
||||
|
||||
To render graphs in Livebook, we need the `vega_lite` package
|
||||
for defining our graph specification and `kino`, which augments
|
||||
Livebook with client-driven widgets:
|
||||
To render graphs in Livebook, we need the
|
||||
[`vega_lite`](https://github.com/elixir-nx/vega_lite) package
|
||||
for defining our graph specification and
|
||||
[`kino`](https://github.com/elixir-nx/kino), which augments
|
||||
Livebook with client-driven interactive widgets:
|
||||
|
||||
```elixir
|
||||
Mix.install([
|
||||
|
|
Loading…
Add table
Reference in a new issue