mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 19:46:00 +08:00
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:
parent
e03901e49f
commit
02e0d3ccf9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
Execute the cell below. You should see a list of GitHub users who starred the repository.
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
repo_name = "livebook-dev/livebook"
|
repo_name = "livebook-dev/vega_lite"
|
||||||
|
|
||||||
stargazers =
|
stargazers =
|
||||||
case GitHubApi.stargazers(repo_name) do
|
case GitHubApi.stargazers(repo_name) do
|
||||||
|
|
Loading…
Add table
Reference in a new issue