diff --git a/lib/livebook/notebook/explore/intro_to_vega_lite.livemd b/lib/livebook/notebook/explore/intro_to_vega_lite.livemd index 8c0637e87..3caa368db 100644 --- a/lib/livebook/notebook/explore/intro_to_vega_lite.livemd +++ b/lib/livebook/notebook/explore/intro_to_vega_lite.livemd @@ -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([