Hot in Livebook:

Latest Livebook ThreadsTop

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
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
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
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
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
udoschneider
I’m currently exploring how Livebook can be utilised in forensic scenarios such as law enforcement or cybersecurity, specifically for inv...
New
ElixirConf
Value in Livebook: Evaluate, Engage, &amp; Empower Comments welcome! View the <span class="hashtag-icon-placeholder"></sp...
New
carlogilmar
Hello! Recently I’ve been working with the LiveViews, they are awesome, very easy, very simple, and very fast to build. But what I not u...
New

HOTTEST IN Livebook THIS WEEK! Top

HOTTEST IN Livebook THIS MONTH! Top

HOTTEST IN 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...
New
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
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
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
udoschneider
I’m currently exploring how Livebook can be utilised in forensic scenarios such as law enforcement or cybersecurity, specifically for inv...
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
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
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
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 IN 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
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
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, "~&gt; 0.1...
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
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
mruoss
Hey there, doea anybody know if there is a way to configure livebook’s code formatter? Where is its .formatter.exs?
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
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
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
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
vgrechin
I redefine a module in my livebook for educational purpose in order to demonstrate evolution of code within the same page. I migrating t...
New
Hisako1337
Not sure which category to choose (phoenix? livebook? sorry…). What I want to achieve is this: I have a fresh phoenix app, and program...
New
ghannam80
Hello, Getting the below error while trying to install the dependencies for smart cell neural network in livebook , I got this error aft...
New

HOTTEST IN Livebook 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
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
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
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
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
darnahsan
I am trying to connect livebook to a running phoenix app to do some BI analysis. Following these fly.io guides Connecting Livebook to Yo...
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
jshprentz
I tried the Launch Week Day 2 example on a newly installed Livebook v0.9.1 running on Windows 11. As in the Day 2 video, I created a new ...
New
woohaaha
Google Colab is a great resource to learn/practice machine learning. We can go to Google Colab rather than running an ML stack on our loc...
New
Harrygr
I’m trying to get Livebook working on my M1 Mac running Elixir 1.13.0. I’m using the escript installation method: $ mix escript.install ...
New

Livebook

Classification: Interactive Notebook
Threads: 330
Posts: 1800
Forum Tags: #livebook

"Automate code & data workflows with interactive Elixir notebooks"

  • Follow
  • Join
  • Shape
the conversation
Livebook on GitHub
Stars: 5,821 Watchers: 70 Open Issues: 23 Last push: 4 days ago

Core Team Members

Confs & Meetups

143 days remaining
Advent of Code
Fukuoka, Japan December 08, 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