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 Pyodide is python compiled into web assembly. This allows running the interpreter in a web worker within the browser. JupyterLite is a modification that runs the entire jupyter...

enhancement

### Describe the bug ``` Exception ignored in: Traceback (most recent call last): File "/Users/delenn/.pyenv/versions/notebook/lib/python3.11/site-packages/marimo/_plugins/ui/_core/ui_element.py", line 213, in __del__ ctx.ui_element_registry.delete(self._id, id(self)) ^^^^^^^^ AttributeError: 'table' object has no attribute '_id' ```...

bug

### Describe the bug I ran `pip install -r requirements.txt` in the examples folder and got the following error: Collecting osqp>=0.6.2 Downloading osqp-0.6.3.tar.gz (228 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.4/228.4 KB 16.0 MB/s...

bug

### Describe the bug I suspect that's very much the same as #251, but maybe not for `mpl.interactive`? Besides blinking, `mpl.interactive` will also use a new port every time I...

bug
help wanted

This issue was being discussed in #260, but is separate from the original issue in that thread. So creating a new issue to track. A user said that on the...

bug
help wanted
platform:windows

### Describe the bug When a cell imports `mpi4py` or any library importing it, the cell will execute but infinitely run on. Interestingly this only happens when importing `MPI` from...

bug
help wanted

### Describe the bug A few things I've noticed when using marimo on mobile: The hamburger/settings buttons overlap the title sometimes. Tapping the hamburger menu doesn't keep it open, you...

enhancement

### Description hi 👋, I just started trying marimo. I deployed this as a public service on the server, considering that there might be some security risks. I'm hoping to...

enhancement

### Description Currently, keyboard shortcuts in marimo is a bit cumbersome, with uncomfortable positioned keys for frequent things, and some keys missing. Here are some keyboard shortcuts I find unsatisfying:...

enhancement

We don't have a good way for users to reload names imported using `from ... import ...`. We recommend that users reload modules using `importlib.reload()`, but that doesn't work for...

enhancement