Untitled notebook
Mix.install([
{:req, "~> 0.5.16"}
])
Section
# This is a real code cell
a = 5
Req.get!(url: "https://www.microsoft.com/")
This is markdown and here’s an Elixir sample code that appears in the markdown and must NOT be executed:
b = 3
c = "This is a real code cell"