Is anyone using Observable for something? In theory sounds good, I like the demos, but never actually saw anyone actually using it. We use Marimo notebooks as a great improvement over Jupyter.
I would have liked to, but I found D3 to be an unintelligible mess and the reverse evaluation of observable notebooks to be counterintuitive, given I do litterally anything else from top to bottom. I like notebooks and I wish there was a proper JS alternative to Jupyter, but this isn't it for me.
Observable Notebooks Data Loaders
21–23 of 23 posts
Re: Observable Notebooks Data Loaders
#22Is anyone using Observable for something? In theory sounds good, I like the demos, but never actually saw anyone actually using it. We use Marimo notebooks as a great improvement over Jupyter.
Re: Observable Notebooks Data Loaders
#23Earlier quoted context omitted.
The CLI works great for... what? Isn't the idea to write notes? I think constantly running a script to generate a static webpage would drive me insane. Isn't the whole point of a computational notebook to have some kind of integrated GUI?
have you taken a look at what the CLI is for? like you mentioned, it's pretty much just a build step! but there are some runtime things basked that are interesting [0]. i just have a watcher listening to file changes to trigger a rebuild. i have no need for real-time queries so just having the current state at build works for my purposes. if you must know, the product i work on is primarily a data lake. we have our o…