Show HN: Sabela – A Reactive Notebook for Haskell

Posted by mchav 3 days ago

Counter39Comment3OpenOriginal

Sabela is a reactive notebook for Haskell. The name is the Ndebele word for "to respond." Cells respond to each other on change. Initially it was meant as a tool for working with data but it has turned out to have a lot of pedagogical value outside of data analysis work.

There is a gallery to read through on the website and a number of examples in the repo showcasing things like:

* Python interop * Widgets and animation * Exploratory data analysis

If you find any of this interesting please try it out. Any feedback is welcome.

Comments

Comment by mark_l_watson 6 hours ago

Thanks, I put that on my Haskell note to try.

I am on a mobile device on vacation so all that I could do right now is read one of the notebooks.

Comment by m1rsh0 11 hours ago

Really cool! What are you using for the plotting?

Comment by mchav 9 hours ago

A combination of vegalite and a custom plotting library with SVG output.

Comment by vladsiu 3 hours ago

[dead]