Hacker News new | ask | show | jobs
by pplonski86 1119 days ago
Main differences to Voila:

- Mercury has no callbacks - we automatically re-execute cells below updated widget,

- Mercury has no layout widgets, all input widgets are always in the left sidebar and output content appear in the same order as in notebook.

Thanks to above decisions you don't need to rewrite your notebook to fit UI framework paradigms.

1 comments

That's great to hear. Voila is easy to use but I've always found difficulty make the UI look clean. Thanks!