Livebook

@livebook.dev

Open-source, Elixir-powered computational notebook. Automate tasks, analyze data, run ML models, prototype, and build internal tools with notebook-based apps. https://livebook.dev/

ElixirKit is really nice! It incentives you to build a native desktop application and provides a standard way to bundle and start an Elixir application in it. And it provides a communication protocol for your desktop app to speak to Elixir. @livebook.dev desktop apps as examples #ElixirLang

@livebook.dev just saved my bacon! I had spiked something out yesterday but had not saved it to a livemd on disk. Booted the server, refreshed the page and my work was gone! Just click [Open] and look for the link at the bottom

Alert that says "Looking for unsaved notebooks? Browse them here"

It's amazing how easy it is to get started with @livebook.dev! I just SFTP'ed the SQLite database file from my Soleil demo board which was recording battery charging information every 15 minutes. Three smart cells later and I have visualizations of the data. Nice.

Graph of battery charge level over the course of a day. The solar panel was exposed between 9 am - 2 pm, resulting in the state of charge increasing during this period. Since the board is in low power mode, it decreases slowly outside of this time