# Deploy Livebook with Easypanel

URL: /templates/livebook

Livebook is a web application for writing interactive and collaborative code notebooks for Elixir. It features an intuitive and interactive workflow for data science and machine learning in Elixir, with support for rich output including charts, maps, tables, and more. Livebook allows you to create, share, and collaborate on notebooks that combine narrative, code, and results in a single document.

## Benefits

### Interactive Development

Write and execute Elixir code in an interactive notebook environment with rich output support.

### Collaborative

Share and collaborate on notebooks with team members in real-time.

### Data Science Ready

Built-in support for data visualization, charts, maps, and machine learning workflows in Elixir.

### Persistent Storage

Your notebooks and data are stored persistently in mounted volumes.

## Features

### Rich Output

Support for charts, maps, tables, images, and interactive widgets directly in notebooks.

### Code Execution

Execute Elixir code cells with real-time output and error handling.

### File Management

Built-in file explorer and management for organizing notebooks and data files.

### Export Options

Export notebooks in various formats including standalone Elixir scripts.

## Configuration

- `appServiceName` (App Service Name, required): livebook

- `appServiceImage` (App Service Image, required): ghcr.io/livebook-dev/livebook:0.16.2 — Livebook Docker image

- `livebookPassword` (Livebook Password, required): Set during installation — Password must be at least 12 characters long.

## Services

- livebook: app (ghcr.io/livebook-dev/livebook:0.16.2)

## Resources

- [Documentation](https://livebook.dev/)

- [GitHub](https://github.com/livebook-dev/livebook)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/livebook)