livebook

Automate code & data workflows with interactive Elixir notebooks (by livebook-dev)

Livebook Alternatives

Similar projects and alternatives to livebook

  1. Elixir

    159 livebook VS Elixir

    Elixir is a dynamic, functional language for building scalable and maintainable applications

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. Phoenix

    128 livebook VS Phoenix

    Peace of mind from prototype to production

  4. gleam

    126 livebook VS gleam

    ⭐️ A friendly language for building type-safe, scalable systems!

  5. devbox

    Instant, easy, and predictable development environments

  6. nx

    38 livebook VS nx

    Multi-dimensional arrays (tensors) and numerical definitions for Elixir (by elixir-nx)

  7. phoenix_live_view

    Rich, real-time user experiences with server-rendered HTML

  8. datapane

    30 livebook VS datapane

    Build and share data reports in 100% Python

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. axon

    18 livebook VS axon

    Nx-powered Neural Networks

  11. explorer

    22 livebook VS explorer

    Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir

  12. transport-site

    Rendre disponible, valoriser et améliorer les données transports

  13. bumblebee

    13 livebook VS bumblebee

    Pre-trained Neural Network models in Axon (+ 🤗 Models integration)

  14. jupyter-ai

    13 livebook VS jupyter-ai

    A generative AI extension for JupyterLab

  15. kino

    4 livebook VS kino

    Client-driven interactive widgets for Livebook (by livebook-dev)

  16. interactive

    .NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.

  17. pretzelai

    9 livebook VS pretzelai

    The modern replacement for Jupyter Notebooks

  18. elixir_koans

    Elixir learning exercises

  19. iruby

    8 livebook VS iruby

    Official gem repository: Ruby kernel for Jupyter/IPython Notebook

  20. desktop

    13 livebook VS desktop

    Building Local-First apps for Windows, MacOS, Linux, iOS and Android using Phoenix LiveView & Elixir! (by elixir-desktop)

  21. benchee

    7 livebook VS benchee

    Easy and extensible benchmarking in Elixir providing you with lots of statistics!

  22. awesome-advent-of-code

    A collection of awesome resources related to the yearly Advent of Code challenge.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better livebook alternative or higher similarity.

livebook discussion

Log in or Post with

livebook reviews and mentions

Posts with mentions or reviews of livebook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-01.
  • Zasper: A Modern and Efficient Alternative to JupyterLab, Built in Go
    12 projects | news.ycombinator.com | 1 Jan 2025
    How's the maturity compared to Livebook?

    https://livebook.dev/

  • Elixir Learning Plan
    1 project | dev.to | 11 Oct 2024
    2) Start using IEx or LiveBook for any day to day scripting that I would normally use Python for.
  • Apache Zeppelin
    6 projects | news.ycombinator.com | 2 Sep 2024
  • Ruby in Jupyter Notebook
    15 projects | news.ycombinator.com | 27 Aug 2024
    Definitely look into Livebook and Elixir, and the whole ecosystem around it, including:

    - https://github.com/elixir-nx/axon Nx-powered Neural Networks

    - https://github.com/elixir-nx/nx Multi-dimensional arrays (tensors) and numerical definitions for Elixir

    - https://github.com/elixir-nx/scholar Traditional machine learning on top of Nx

    - https://github.com/elixir-nx/bumblebee Pre-trained Neural Network models in Axon (+ Models integration)

    - https://github.com/elixir-explorer/explorer Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir

    - https://fly.io/blog/rethinking-serverless-with-flame/ (for offloading large work to remote containers)

    - https://www.youtube.com/watch?v=RABXu7zqnT0 InstructorEx

    And of course Livebook (https://livebook.dev)

  • Show HN: Adding Mistral Codestral and GPT-4o to Jupyter Notebooks
    14 projects | news.ycombinator.com | 2 Jul 2024
  • Elixir Livebook 0.13
    1 project | news.ycombinator.com | 25 Jun 2024
  • Show HN: PlayBooks – Convert on-call documents into executable notebooks
    5 projects | news.ycombinator.com | 4 Jun 2024
  • Elixir and Machine Learning in 2024 so far: MLIR, Arrow, structured LLM, etc.
    7 projects | news.ycombinator.com | 29 May 2024
    I have always considered helping the community grow into a diverse ecosystem to be my main responsibility (the Python community being a great example here).

    This particular effort started because some people got together and realized that we could do it! Do it in a way that felt part of Elixir and not just a bunch of bindings to C libraries.

    We honestly never had the expectation that we had to beat Python (otherwise we would simply not have started). Early on, we were not even sure if we could be better at one single thing. However, 3 years later, we do have features that would be quite hard or impossible to implement in Python. For example:

    * Nx Serving - https://hexdocs.pm/nx/Nx.Serving.html - allows you to serve machine learning models, across nodes and GPUs, with concurrency, batching, and partitioning, and it has zero dependencies

    * Livebook - https://livebook.dev - brings truly reproducible workflows (hard to achieve in Python due to mutability), smart cells, and other fresh ideas

    * A more cohesive ecosystem - Nx, Scholar, Explorer, etc all play together, zero-copy and all, because they are the only players in town

    Of course, there are also things that Python can do, that we cannot:

    * In Python, integration with C code is easier, and that matters a lot in this space. Python also allows C to call Python, and that's just not possible in the Erlang VM

    * Huge ecosystem, everything happens in Python first

    At the end of the day, what drives me is that the Erlang VM offers a unique set of features, and combining them with different problems have historically lead to interesting and elegant solutions. Which drives more people to join, experiment, run in production, and create new things.

  • Super simple validated structs in Elixir
    1 project | dev.to | 20 Apr 2024
    To get started you need a running instance of Livebook
  • Arraymancer – Deep Learning Nim Library
    6 projects | news.ycombinator.com | 28 Mar 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 15 Jul 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic livebook repo stats
89
5,403
9.6
7 days ago

Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

Did you know that Elixir is
the 24th most popular programming language
based on number of references?