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

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
)