Powered by AppSignal & Oban Pro

Untitled notebook

other_things.livemd

Untitled notebook

Mix.install([
  {:nx, "~> 0.9.2"}
])

Section

list = [0, 1, 2, 3]

Enum.map(
  list,
  fn x -> x + 1 end
)