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

Sample Livebook

samples/Markdown/livebook.livemd

Sample Livebook

Section

Markdown

Notebooks are .livemd files, a subset of Markdown with support for equations and annotations.

{plus, _} = IO.gets("plus") |> Integer.parse()

[1, 2, 3]
|> Enum.map(&(&1 + plus))
[2, 3, 4]