marimo
marimo copied to clipboard
A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
## 📝 Summary Created a expandAll function to handle expansion of all nodes including nested children inside a column. Partially resolves #4163 by adding a way to expand all nested...
Fixes #4746 This was some old css before we added `display: contents` to `marimo-ui-element`, so we don't need this anymore. This then would effect `mo.hstack` 
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`6.3.2` -> `6.3.4`](https://renovatebot.com/diffs/npm/vite/6.3.2/6.3.4) | [](https://docs.renovatebot.com/merge-confidence/) |...
If a completion/suggestion popup appears when entering text using vim mode in Marimo, then the first escape just clears the suggestion and stays in insert mode. Sometimes. due to timing,...
### Description It would be great if our markdown supported pandoc style references. i.e ```markdown Someone decided to "fix" typesetting [@knuth84] ``` ### Suggested solution - be able to provide...
- this adds `memoryview` to our cusotm json encoder - and only passed the subset of state changes to `widget.set_state`
### Describe the bug The `marimo.hstack` function works with normal `altair` charts, but not with the interactive `marimo.ui.altair_chart`. Example: ```python # This works mo.hstack([plot_1 , plot_2], justify='start') # This works...
For each instance of a referenced name, we need to track the blocks it appears in; previously, references on new blocks (scopes) were evicting references on other scopes. These newer...
### Description It would be useful to have a slider which also allows the user to directly type in a precise value (e.g. like `mo.ui.number` does). A slider is very...
### Description Ref: https://github.com/marimo-team/marimo/issues/4585#issuecomment-2842089155 Row & column faceting is useful for adding add. layers to charting. ### Suggested solution Add row & col faceting ### Alternative _No response_ ### Additional...