Skip to content

Commit

Permalink
Update links to map libre and kino vega lite libs (#1492)
Browse files Browse the repository at this point in the history
* Update links to map libre libs

* Updates link to KinoVegaLite
  • Loading branch information
hugobarauna authored Oct 18, 2022
1 parent 27a7297 commit 567b7af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/livebook/notebook/learn/intro_to_maplibre.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Mix.install([

To work with maps in Livebook we need two libraries:

* The [`maplibre`](https://github.com/cristineguadelupe/maplibre)
* The [`maplibre`](https://github.com/livebook-dev/maplibre)
package allows us to define our map style specifications

* The [`kino_maplibre`](https://github.com/cristineguadelupe/Kino_maplibre) package instructs Livebook how to render our specifications and also provides some initial support for [MapLibre Evented API](https://maplibre.org/maplibre-gl-js-docs/api/events/#evented)
* The [`kino_maplibre`](https://github.com/livebook-dev/kino_maplibre) package instructs Livebook how to render our specifications and also provides some initial support for [MapLibre Evented API](https://maplibre.org/maplibre-gl-js-docs/api/events/#evented)

We will make extensive use of MapLibre's functions, so it's handy to alias the module to something shorter.

Expand Down
2 changes: 1 addition & 1 deletion lib/livebook/notebook/learn/intro_to_vega_lite.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We need two libraries for plotting in Livebook:
* The [`vega_lite`](https://github.com/elixir-nx/vega_lite)
package allows us to define our graph specifications

* The [`kino_vega_lite`](https://github.com/elixir-nx/kino) package
* The [`kino_vega_lite`](https://github.com/livebook-dev/kino_vega_lite) package
instructs Livebook how to render our specifications

Let's install them by running the setup cell above.
Expand Down

0 comments on commit 567b7af

Please sign in to comment.