Hot in Livebook Questions/Help:

HOTTEST Livebook Questions/Help THIS WEEK! Top

HOTTEST Livebook Questions/Help THIS MONTH! Top

HOTTEST Livebook Questions/Help THIS YEAR! Top

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
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
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
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
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
udoschneider
I’m currently exploring how Livebook can be utilised in forensic scenarios such as law enforcement or cybersecurity, specifically for inv...
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
drogovski
Hi all. Recently, I was lurking on Hacker News and I found the post about new course from Jeremy Howard (wonderful educator who created f...
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
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
mmmrrr
I’m currently trying to build a toy application using CouchDB. For a specific use case I have in mind, I’d like to follow the changes fee...
New

HOTTEST Livebook Questions/Help 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
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
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
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
jkwchui
I was very impressed at how easy it is to crack open and do stuff with sqlite in Livebook v0.11; exsqlite gives a conn that everything el...
New
polypush135
How to restrict memory usage on EXLA? This is my memory usage before loading EXLA. nvidia-smi Sun Sep 3 13:13:11 2023 +--------...
New
tegmentum
Hey all, i’m trying to train a classification model (Trying EXGBoost and KNN) To predict a packaging type based on order content. My dat...
New

HOTTEST Livebook Questions/Help THIS Over 3 Years! Top

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
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
MerryMurray
I presume I am on livebook .2. I do not know how to check my livebook version. I do not know how to upgrade livebook. Thanks kindly M...
New
darnahsan
I am trying to connect livebook to a running phoenix app to do some BI analysis. Following these fly.io guides https://fly.io/docs/app-g...
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,811 Watchers: 70 Open Issues: 24 Last push: 1 day ago

Core Team Members

Confs & Meetups

14 days remaining
DC Elixir
Build Night: Hands-on with Zig and Zigler - Washington DC/USA July 15, 2026
58 days remaining
Erlang Workshop 2026
Indianapolis, USA August 28, 2026
71 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