Myles Scolnick
Myles Scolnick
Oh wow, yes i see that now (by zooming in). That's a much better indicator for me - and will help me debug this.
Thanks for filing the detailed issue and the example! We definitely want to add fine-grained reactivity to anywidget, and haven't gotten to it yet. ---- As a workaround, you maybe...
That looks mostly right. Can you try putting observe call in the same cell as the widget
> What do I put as the initial state? you can put whatever you want to initialize the state, but putting `mo.state(0)` means that `get_state()` the first iteration will return...
@patrick-kidger - the reason i made it `.marimo` was so that it is easier to `.gitignore`, especially if we add more auto-export types (markdown, etc). also i felt the `.marimo`...
Yea, I agree leaving `.marimo` as the default. I think this makes sense as user-config (well, really, project config) so you don't need to do this for each marimo file...
@patrick-kidger, fyi, still not configurable, but it got moved from `.marimo` to `__marimo__` (https://github.com/marimo-team/marimo/pull/2468)
FYI: We, alongside a few contributors, are working on a mkdocs plugin. ETA: 2 weeks (hopefully)
As @Haleshot mentioned, we've created https://github.com/marimo-team/mkdocs-marimo It is early so please provide feedback! (and recommend to use the latest marimo with it) @patrick-kidger you can disable reactivity globally and locally,...
> not a way to take an existing .py file and host it through mkdocs. @patrick-kidger - this plugin does allow that too (just not documented on the readme yet)....