Illustration
abstract
  1. Installation
  2. Start
  3. Save
  4. Tools

If the current system is a recent Debian with Elixir ≥ 1.16 installed, then: livebook is installed on the current system.

mix do local.rebar --force, local.hex --force mix escript.install hex livebook export PATH="$PATH:$HOME/.mix/escripts"

A livebook server is started.

livebook server

To save a livebook, just C-s. It will be periodically saved unless livebook server told otherwise.

Various tools — e.g. to manipulate data or build visualization — are available here: Tools.