Myles Scolnick
Myles Scolnick
This pull request primarily focuses on transitioning the project to use Hatch for Python environment and build management, replacing previous tools like `setuptools`. It also includes updates to the documentation...
Fixes #3085
Fixes #2378 This adds some tests to how we handle tabs. We only start completion if we are at the end of the line (like the function suggested, but there...
This adds heatmap feature to `mo.ui.table` * via the ui, you can turn it on for the whole table or the per column * via `mo.ui.table`, you can add `heatmap=true`...
these sizes dont move the needle enough. alternatives: * make each increase larger * just add `prose-slides` that makes heading and text _much_ larger
We (https://github.com/marimo-team/marimo) have strong support for pandas, so was hoping to showcase that! Thank you for considering this PR - [ ] closes #xxxx (Replace xxxx with the GitHub issue...
### Description Serialize outputs in separate file so app can be viewable when autorun is off. This is different from persistent caching, even if configured on all cells. This is...
proof-of-concept around integrating a propper LSP TODOs: - [ ] what is the correct LSP server? - [ ] what plugins should we include? - [ ] add to `pyproject.toml`...