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]
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]