The most useful single line of Elixir I've written so far
# ~/src/livebook/.iex.exs System.cmd("xdg-open", [ LivebookWeb.Endpoint.access_url() ] ) Because Livebook requires a unique passcode on the first log-in, and this is normally generated at random on each launch, there is…
