Does Livebook work on Ubuntu?

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 this to me?

1 Like

That’s for Livebook Desktop, which doesn’t require you to have Elixir installed on your machine in advance.

There are other installation methods: GitHub - livebook-dev/livebook: Automate code & data workflows with interactive Elixir notebooks

4 Likes

Huh, I had assumed the Livebook desktop app was just an Electron app, but I guess not? Neat!

Not Electron, it uses ElixirKit

1 Like