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

### Description ```python checkbox = mo.ui.checkbox(label="toggle me") checkbox.bind("/lights") ``` ```bash curl --header "Content-Type: application/json" \ --request POST \ --data '{"value": true}' \ http://localhost:2718/state/lights ``` ```bash curl http://localhost:2718/notebook/lights # returns {"value":...

enhancement

### Description Hi there, I'm running into an issue where I have a few packages in my notebook (ipynb) that are not included in Pyodide (namely ipywidgets). I realize marimo...

enhancement

### Describe the bug I create a `mo.ui.button` with a defined shortcut, having multiple copies of if in the notebook. If I press the shortcut, the button *may* get executed...

bug

### Describe the bug I am working on a styling gallery for buckaroo. there are many different configs behind a dropdown. I tried to iterate through configs with `mo.ui.refresh` When...

bug

### Documentation is - [x] Missing - [ ] Outdated - [ ] Confusing - [ ] Not sure? ### Explain in Detail It is unclear how to use logging...

documentation

### Description Jupyter and ipython support autocompletion of subscriptable objects via defining a `_ipython_key_completions_` method. [This](https://ipython.readthedocs.io/en/stable/config/integrating.html) allows any class that creates a subscriptable instance to define what can be autocompleted....

enhancement
upstream

### Describe the bug ### I encountered the following error after I entered the instruction in my terminal, may I ask what caused it? ### This is my issue: (marimo)...

bug
cannot reproduce

### Describe the bug I use Loguru for my message logging. Prior to last week (maybe?) I had not issues running `logger.remove()` when doing the setup for my logger when...

bug
platform:windows

## 📝 Summary https://github.com/user-attachments/assets/9e6695fb-5757-4449-b44e-b809d7eafae6 Works quite smooth for small tables but still not very performant for large datasets (still investigating how to optimize 🤔) - resizing is also a little...

### Describe the bug Mermaid cannot handle codespan markdown even though regular markdown does. ### Environment Wasm ### Code to reproduce ~~~ import marimo __generated_with = "0.11.31" app = marimo.App(width="medium")...

bug
upstream