Skip to content

0.3.3

Latest

Choose a tag to compare

@Deufel Deufel released this 20 Mar 01:47
· 13 commits to master since this release
  1. Configurable renames dunder_ + internal_
  • Note: build to circumvent Marimo's private naming convention of _func or _class.
  • Better to implement this way so you can still leverage the marimo DAG, and perform relative imports in notebooks
  • dunder_getattr() -> __getattr__
  • internal_counter() -> _counter()
[tool.marimo-dev]
  renames = {dunder_ = "__", internal_ = "_"}