marimo icon indicating copy to clipboard operation
marimo copied to clipboard

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.

Results 513 marimo issues
Sort by recently updated
recently updated
newest added

## 📝 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` ![image](https://github.com/user-attachments/assets/d9ff61af-1402-429b-be8e-39bfed7e85c5)

merge when ready

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/6.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

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,...

bug
good first issue (typescript)

### 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...

enhancement

- this adds `memoryview` to our cusotm json encoder - and only passed the subset of state changes to `widget.set_state`

merge when ready

### 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...

bug

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...

enhancement
good first issue
help wanted

### 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...

enhancement