Elixir Livebook now as a desktop app
11–20 of 111 posts
Re: Elixir Livebook now as a desktop app
#12Is it by any chance an Electron app?
Re: Elixir Livebook now as a desktop app
#13not sure what the livebook is--the landing page is not sufficiently clear or coherent.
Think Jupyter Notebooks (if you're familiar with the python world), but collaborative and for Elixir.
Re: Elixir Livebook now as a desktop app
#14Re: Elixir Livebook now as a desktop app
#15Re: Elixir Livebook now as a desktop app
#16Re: Elixir Livebook now as a desktop app
#17Nevertheless it's fairly easy to install[1]. If you have docker, you can just run the image to try it out:
docker run -p 8080:8080 -p 8081:8081 --pull always livebook/livebook
You may want to configure some things, so check out the options[2].:If you want a "native" install, after you have elixir installed you can use
mix escript.install hex livebook
and start it with livebook server
Check out the readme for more configuration options[1]Re: Elixir Livebook now as a desktop app
#18Edit: one thing that would make it even nicer is if it would remember the folder and/or recently opened notebooks.
Re: Elixir Livebook now as a desktop app
#19It shows that they are playing the long game.
I think they are achieving what I wished happen to the Clojure ecosystem: productive, well designed, respected and popular. Clojure missed the last step, unfortunately.
Re: Elixir Livebook now as a desktop app
#20Earlier quoted context omitted.
Since Livebook is a web app, I would assume so.
I just installed it and it actually doesn't use Electron. It's basically just a local web server that runs on your computer, and opens a browser tab in your default browser pointing to http://localhost:60904/
I use it with YNAB