Elixir Livebook now as a desktop app
news.livebook.dev
Elixir Livebook now as a desktop app
1–10 of 111 posts
Re: Elixir Livebook now as a desktop app
#2I’d be interested to see the details of how they did that. Very cool!
Re: Elixir Livebook now as a desktop app
#3Is it by any chance an Electron app?
Re: Elixir Livebook now as a desktop app
#4A super cool notebook, you should give it a try even without knowing Elixir with the tutorials coming with it :D
Re: Elixir Livebook now as a desktop app
#5I’d be interested to see the details of how they did that. Very cool!
You can have a look at the code: https://GitHub.com/livebook-dev/livebook/tree/main/app_bundl...
Re: Elixir Livebook now as a desktop app
#6not sure what the livebook is--the landing page is not sufficiently clear or coherent.
Re: Elixir Livebook now as a desktop app
#7not sure what the livebook is--the landing page is not sufficiently clear or coherent.
You're correct that it's not really captured in the prose of the article, but the first image does inform you.
Re: Elixir Livebook now as a desktop app
#8Is it by any chance an Electron app?
Since Livebook is a web app, I would assume so.
Re: Elixir Livebook now as a desktop app
#9not sure what the livebook is--the landing page is not sufficiently clear or coherent.
The headline on the landing page is
"Write interactive & collaborative code notebooks in Elixir".
That's pretty clear and coherent to me.
Re: Elixir Livebook now as a desktop app
#10Is it by any chance an Electron app?
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/