6 ms·
I'd have to look more into it, one thing for sure is that Tenno does not try to be something like Jupyter. The cells execution order is sorted out for you.
by deepmacro 2y ago
I'd have to look more into it, one thing for sure is that Tenno does not try to be something like Jupyter.
The cells execution order is sorted out for you.
- buremba 2y agoObservable also handles the execution order for you.
- cscheid 2y agoSpecifically, this brings to mind Observable Framework, which takes the "jupyter-like" UI of observablehq.com and makes a static site generator out of it, where you write Markdown, and add "reactive Javascript" bits to it: https://observablehq.com/framework/ https://observablehq.com/framework/. (see https://observablehq.com/framework/javascript https://observablehq.com/framework/javascript specifically)
- mbo 2y agoNote that there's nothing stopping you from embedding the Obervable runtime straight into scripts littered throughout a HTML document, see https://maxbo.me/celine/ https://maxbo.me/celine/ (my own work).