September 12, 2024

Livebook v0.14 is here with new features that make navigating your code easier than ever. Outline panel: see a structured view of your sections and modules defined, click to go to sections or modules Go to definition: …

8 61 0
Pinned
Hot in Livebook:

Latest Livebook ThreadsTop

klonowsk
Rx provides an Elixir ↔ R bridge heavily inspired by Pythonx. It includes support for LiveBook, the capture of static and interactive plo...
New
WilBarrios
By: Wilfredo Barrios (Coding5s) Short description: The Coding5s Interactive Lab is a free, open-source, and interactive way to learn El...
New
Rappi
Hello Community! I’m writing my bachelor’s thesis on visualizing distributed protocols using Elixir, and I’ve run into the problem that ...
New
kionide
Good morning I’d like to install exqlite with encryption support. I’m trying to use sqlcipher with Livebook for Raspberry Pi 5. The sta...
New
klonowsk
plotly_ex is an Elixir library providing bindings for Plotly. This library was heavily inspired by VegaLite, which I do love. However, ov...
New
adamwight
I was playing around with a location-based weather service, and noticed that a map picker (for location input) is not trivial to set up, ...
New
kodepett
Hi folks, Installing and launching livebook-0.19.2 on Intel Mac triggers the error below. /Applications/Livebook.app/Contents/Resources...
New
brainlid
Episode 294 of Thinking Elixir. News includes the long-awaited Expert LSP releasing its first release candidate — the unified Elixir Lang...
New
lukaszsamson
One thing I’ve been missing from python ecosystem was an ability to connect to a remote Apache Spark cluster from a locally running noteb...
New
JKWA
Rules built from a consistent set of primitives with clear semantics are easier to reason about, review, and evolve. Includes a Livebook...
New

HOTTEST Livebook THIS WEEK! Top

HOTTEST Livebook THIS MONTH! Top

hectorperez
Hello! I built https://notes.club to discover Livebook notebooks. At the moment it is a proof of concept. But you can already browse an...
New
akoutmos
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
klonowsk
Rx provides an Elixir ↔ R bridge heavily inspired by Pythonx. It includes support for LiveBook, the capture of static and interactive plo...
New

HOTTEST Livebook THIS YEAR! Top

restlessronin
The repo is at GitHub - cyberchitta/openai_ex: Community maintained Elixir library for OpenAI API. Docs are at OpenaiEx User Guide — ope...
152 10095 134
New
IvanR
Hi, I’m the author of the Domo library that validates struct’s data against its @type spec and would like to upgrade it to support in-me...
New
New
AstonJ
Made a cool Livebook you want to share? Please do so in this thread :023:
New
pat_rick
High-performance computing (HPC) is the use of supercomputers and parallel computing techniques to solve complex computational problems. ...
New
elbasti
Hi everyone, I’m trying to run a LiveBook that uses ecto and sqlite. When I trun to run a migration, I get the following error: ** (Ex...
New
masahiro
I recently wrote an article about using Nerves on the M5Stack Core MP135. This device is a Linux-powered SBC that comes with a built-in c...
New
mruoss
Hi Does somebody know if there’s a way to access the special cell pyproject.toml that is created when initializing Python in a Livebook ...
New
wktdev
At the Livebook homepage a Linux install is absent but they say it is build on Phoenix which runs on Linux. Can someone please explain ...
New
Chrichton
I am using Livebook v0.18.1 with Elixir v1.19.3 When using: Mix.install([ {:arrays, “~> 2.1”} ]) I get: Resolving Hex dependenci...
New
klonowsk
plotly_ex is an Elixir library providing bindings for Plotly. This library was heavily inspired by VegaLite, which I do love. However, ov...
New
michael_teter
I use Livebook for experimentation, sort of like REPL-driven development. I find many times when I would like to disable a cell without ...
New
New
jerry-chao
I have started my napplication node with sname, iex --sname gateway --cookie erlang -S mix phx.Server I started livebook in mac m1 and ...
New
pfelber
Is there a simple way to have a Kino animation (a graph being refreshed periodically) in a Livebook without the “flickering” due to the g...
New

HOTTEST Livebook THE LAST THREE YEARS! Top

hiramegl
I’ve been using livebook for a while and been playing a bit with some of the numerics libraries. Recently I bought a mac apple silicon wi...
New
outlog
We are glad to announce a variety of Neural Networks models are now available to the Elixir community via the Bumblebee project. We have...
New
minu
I’ve noticed Livebook switched from Monaco to CodeMirror some time recently. That must’ve taken a non-trivial amount of work, I wonder wh...
New
NickGnd
Hey all :wave: I took me a bit more than 1 year but I finally managed to finish “Programming Machine Learning - From Coding to Deep Lear...
New
djaouen
I am trying to use Meta’s Llama 2 with Bumblebee, but I am getting a 401 error when I try to load it. I have been granted access to the ...
New
theodore
Hello, Like many people on Earth, I’ve been trying to understand the transformer architecture. I translated the Python code in Let's bui...
New
hectorperez
Hi! I was going to play with the package openai [1] in a livebook notebook. In the setup I added: Mix.install([ {:openai, "~> 0.1...
New
marciol
Hey, I was using jupyter notebooks and discovered that I was able to use it inside VS Code, with GitHub Copilot and it was a great experi...
New
mruoss
Hey there, doea anybody know if there is a way to configure livebook’s code formatter? Where is its .formatter.exs?
New
jonericcook
Hello, I have an Elixir library that I’d like to create interactive documentation for. I saw livebook and thought it would be a perfect ...
New
hugobarauna
This post announces the Livebook desktop app, a way to install Livebook on your machine without the requirement to have Elixir installed ...
New
Changxin
I’ve installed livebook by livebook_websetup.exe, but I can’t connect to Elixir runtime in livebook with Elixir Standalone on my Windows ...
New
Onor.io
I’m trying to run Livebook locally on MacOSX. It was working on Friday and I’d guess the most likely cause of failure is some setting th...
New
AlexanderRoempke
Hello, i am working right now alot with axon i am working on a lstm for my mastersthesis. I was wondering if there is a nice way to set...
New
Benjamin-Philip
I’ve got a GenServer with some tabular data that updates frequently. I would like to be able to render this live data. Presently, the way...
New

HOTTEST Livebook THIS Over 3 Years! Top

PJUllrich
José just announced Dashbit‘s latest project: Livebook, a web application for writing interactive and collaborative code notebooks It se...
New
TwistingTwists
I need to parse a json file (~50MB). I can read the file by body = File.read!(filename). How do I get json representation via Poison.de...
New
RobinBeekhof
I watched the screencast by José Valim about livebook and it looks really nice! :slight_smile: I was wondering are there any good options...
New
pit007
I’m trying to develop a project using Livebook. So I wrote and tested the code for the first module. I don’t want to publicize the code...
New
larshei
I have recently update my elixir version to 1.13.2-otp-24 through asdf. On trying to run a livebook, it told me no livebook was found s...
New
AstonJ
How would you explain Livebook to a newbie? What can it be used for? Who is it aimed at/who might want to use it? What have you used it ...
New
bmitc
I am trying to animate VegaLite charts in Livebook. The idea that I am currently working towards is to animate a 2D histogram over time. ...
New
apoorv-2204
And use it like we do during iex -S mix run --no-start command for that local project, while using live book. I am running live book loc...
New
mxst
Hey everyone, is it possible in a livebook to have multiple inputs generated from one cell? Maybe even next to each other. username = K...
New
fireproofsocks
I thought I’d have a go at livebook, so I followed the instructions at Home - Livebook.dev but when I do livebook server, I get an error:...
New
adolfont
Hi, For several days I have been having problems trying to run livebook. I have installed Erlang and Elixir using asdf. The Erlang ver...
New
jswny
I’m trying to test out some supervision stuff with GenServers in LiveBook. I’ve easily managed to start the GenServers, which I assume ar...
New
alphydan
Hello, I’m an elixir beginner, exploring livebook. I’m running a local notebook on a linux machine. Initially I tried to import a CSV f...
New
ca1989
I have a bunch of Phoenix Components. May be possible to render them in a Livebook? That would be absolutely brillant as a living docum...
New
reza
Trying to follow Jose’s video on Announcing Livebook (with Axon). The very first Elixir cell introducing the dependencies fails on EXLA c...
New

Livebook

Classification: Interactive Notebook
Threads: 351
Posts: 1865
Forum Tags: #livebook

"Automate code & data workflows with interactive Elixir notebooks"

  • Follow
  • Join
  • Shape
the conversation
Livebook on GitHub
Stars: 5,810 Watchers: 70 Open Issues: 24 Last push: about 5 hours ago

Core Team Members

Confs & Meetups

16 days remaining
DC Elixir
Build Night: Hands-on with Zig and Zigler - Washington DC/USA July 15, 2026
60 days remaining
Erlang Workshop 2026
Indianapolis, USA August 28, 2026
73 days remaining
ElixirConf US
Chicago September 10, 2026

Saved Forums

    None saved yet

Top Sub Portals

    None added yet

Saved Forums

    None saved yet

We're in Beta

About us Mission Statement