Hot in Livebook:
Latest Livebook Threads
If I need to ship a new product in a week, Phoenix LiveView is my go-to framework.
Elixir LiveView is incredible, and an alluring choice...
New
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
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
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
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
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
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
I’m currently exploring how Livebook can be utilised in forensic scenarios such as law enforcement or cybersecurity, specifically for inv...
New
Value in Livebook: Evaluate, Engage, & Empower
Comments welcome! View the <span class="hashtag-icon-placeholder"></sp...
New
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!
HOTTEST IN Livebook THIS MONTH!
HOTTEST IN Livebook THIS YEAR!
The repo is at GitHub - cyberchitta/openai_ex: Community maintained Elixir library for OpenAI API.
Docs are at OpenaiEx User Guide — ope...
New
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
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
High-performance computing (HPC) is the use of supercomputers and parallel computing techniques to solve complex computational problems. ...
New
If I need to ship a new product in a week, Phoenix LiveView is my go-to framework.
Elixir LiveView is incredible, and an alluring choice...
New
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
I’m currently exploring how Livebook can be utilised in forensic scenarios such as law enforcement or cybersecurity, specifically for inv...
New
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
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
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
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
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!
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
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
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
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
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
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
Hey there, doea anybody know if there is a way to configure livebook’s code formatter? Where is its .formatter.exs?
New
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
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
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
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
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
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
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
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!
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
"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
Latest Livebook Learning Resources
Looking for Livebook resources on writing idiomatic Elixir code
Resources Chat/QuestionsLivebook SmartCell Starter Template
Guides/Tuts/Tips/InfoGet money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Saved Forums
-
None saved yet
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #ash-questions
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #discussion
- #javascript
- #elixirconf
- #library
- #oban-questions
- #dialyzer
- #docker
- #onsite
- #authentication
- #podcasts
- #full-time-contract
- #umbrella
- #code-sync
- #ecto-query
- #phoenix_html
- #iex
- #graphql
- #genstage
- #elixir-ls
- #nerves-questions
- #podcasts-by-brainlid
- #supervisor
- #websockets
- #distillery
- #advent-of-code
- #blog-post
- #livebook-questions
- #processes
- #forms
- #api
- #metaprogramming







