Marc Wouts
Marc Wouts
Closing as this is documented here: https://mwouts.github.io/itables/custom_css.html#position-and-width
Hey @Elijas , I understand that you're willing to have a `.py` version that you can import without triggering the full evaluation of the notebook. It would be difficult for...
Yes `nbdev` is a well known and useful tool ! Jupytext is different from a partial export because we care a lot about the round-trip stability. Without the round trip...
A short example/tutorial is available at https://github.com/mwouts/jupytext_and_marimo_nov_2025, and I have advertised the example on [LinkedIn](https://www.linkedin.com/posts/marc-wouts_github-mwoutsjupytextandmarimonov2025-activity-7398436806574309376-_r3Y).
Hi @kn5-copilot , thank you for pointing at this! I will have a look. In the meantime, can you try passing `stateSave = True` to your `ITable` object? See https://mwouts.github.io/itables/options/state_save.html...
> Hi [@mwouts](https://github.com/mwouts), thank you for your quick reply! > > I implemented your suggestion regarding `stateSave = True`. This seems to work. The filters are now preserved. Oh great!...
Humm interesting/sad, I can't find that article on TDS anymore. I will see if I still have the source for it...
As mentioned by @cpsievert in this [comment](https://github.com/posit-dev/py-shinywidgets/issues/199#issuecomment-2936235638), DT has a `fillContainer` argument that makes it fit the container size - see https://rstudio.github.io/bslib/articles/filling/index.html#dt-tables
Hi @sebasv , thanks for reaching out! Yes that's a good point, and now that we have added more type hints we also happen to get a list of the...
Hi @sebasv , I think that is will be easy to provide a fix, but I would like to make sure that I can reproduce the problem first. I did...