Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

hello2

stage1/hello2.livemd

hello2

Section

Mix.install([
  {:kino, "~> 0.10.0"},
  {:req, "~> 0.3.6"}
])
Req.get!("https://api.github.com/repos/elixir-lang/elixir")
|> Kino.Tree.new()
Req.get!("https://qiita.com/api/v2/users/ohisama@github/items")
|> Kino.Tree.new()
Req.get!("https://vega.github.io/editor/data/stocks.csv")
|> Kino.Tree.new()