Post

Livebook

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.

Livebook

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/livebook.sh)"
CPU: 1 cores RAM: 1024 MB Disk: 4 GB OS: Ubuntu 24.04

Notes

Show initial Livebook password: cat /opt/livebook/livebook.creds

Web Interface

Port: 8080

This post is licensed under CC BY 4.0 by the author.