Replace outdated scripts and manual processes with interactive notebooks. Built on Elixir, this tool allows you to share knowledge, deploy applications, visualize data, run machine learning models, and debug systems in a collaborative and reproducible environment. It combines prose, code, and rich outputs into a single, shareable format.
Key features include:
.livemd files, a subset of Markdown, making them easy to read, share, and manage with version control systems like Git.services:
livebook:
image: ghcr.io/livebook-dev/livebook:latest
container_name: livebook
ports:
- "8080:8080"
- "8081:8081"
environment:
- LIVEBOOK_PASSWORD=${LIVEBOOK_PASSWORD}
volumes:
- ./data:/data
restart: unless-stoppedLIVEBOOK_PASSWORD=your_super_secret_passwordAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago