Georgios Varnavides
Georgios Varnavides
I have read the CLA Document and I hereby sign the CLA.
I would probably still call this from the low-level api since I suspect most SSGs (e.g. Observable Framework) won't handle the html as is, and one might as-well manipulate it...
Thanks for the prompt response! > 1. I tried using the CLI export on the `intro.py` tutorial and noticed that some styles were off (notebook width, codemirror editors, and KaTeX...
> Cool! So Observable data loaders use require a `*.html.py*` right? Or since invoking from marimo, are you using a `*.html.sh`? @dmadisetti Indeed, the simplest case would be a data-loader...
To clarify, I don't necessarily need this PR for my purposes - I'm perfectly happy using the snippet I added in `export.__init__.py` as my Observable dataloader. This was mostly because...
> im pretty sure you can't run a webworker from file:// (or at least ours) - needs to be a hosted server Ah indeed, hadn't realized either since I was...
Pardon the delay, just got round to this. Added a static `MarimoIslandGenerator.from_file()` method per @mscolnick suggestion. This indeed simplifies the islands html generation a fair bit. e.g. I use the...
Great, thanks for the review @mscolnick!