Change github repo used by learn notebook

The older repo had too many stars, which lead to triggring GitHub's API
rate limit faster.
This commit is contained in:
Hugo Baraúna 2025-05-22 14:06:51 -03:00
parent b558ba56dc
commit 9d401b56f5

View file

@ -140,7 +140,7 @@ Let's try our client.
Execute the cell below. You should see a list of GitHub users who starred the repository.
```elixir
repo_name = "livebook-dev/livebook"
repo_name = "livebook-dev/vega_lite"
stargazers =
case GitHubApi.stargazers(repo_name) do