Upgrade to Pro — share decks privately, control downloads, hide ads and more …

LiveBook all the things

LiveBook all the things

Avatar for Sebastian

Sebastian

June 28, 2022
Tweet

More Decks by Sebastian

Other Decks in Programming

Transcript

  1. Getting started Locally using mix mix local.rebar --force && mix

    local.hex --force mix escript.install hex livebook livebook server
  2. Getting started Locally using docker docker run -p 8080:8080 -p

    8081:8081 --pull always livebook/livebook
  3. The runtime • Standalone • mix: Loads your project like

    iex -S mix • embedded: Connect to a remote ErlangVM node
  4. Use Cases • iex replacement • learning (and documenting it)

    • documentation • On-the-fly data analytics