ABOUT
Elixir Livebook is an interactive, web-based notebook platform for Elixir that combines code, documentation, and visualizations in a single document. Similar to Jupyter notebooks, it allows developers to write and execute Elixir code in real-time, making it ideal for data exploration, prototyping, learning, and collaborative development. Livebook features rich markdown support, built-in charting capabilities, and seamless integration with the Elixir ecosystem.
infoShow initial Livebook password: `cat /opt/livebook/livebook.creds`
INSTALL
Approved local installer
DefaultUbuntu 24.04
Approved locally1 CPU1024 MB RAM4 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/livebook.sh'; sha='5aa16f1766d1c35941914063fbab7309f55bbdf5f8c5621ce947bbe7cb5cd14e'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/livebook.shSHA-256 5aa16f1766d1c35941914063fbab7309f55bbdf5f8c5621ce947bbe7cb5cd14e LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.