Livebook
Realtime collaborative notebook app based on Markdown that supports running Elixir code snippets, TeX and Mermaid Diagrams. Easily deployed using Docker or Elixir.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
livebook:
image: ghcr.io/livebook-dev/livebook
ports:
- 8080:8080
- 8081:8081
volumes:
- $(pwd):/data
restart: unless-stoppedResources
Website: https://livebook.dev/
GitHub: https://github.com/livebook-dev/livebook
GitHub Container Registry: https://github.com/livebook-dev/livebook/pkgs/container/livebook
Configuration: https://github.com/livebook-dev/livebook#installation