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
trafficstars

### Description Hi, First, thanks for writing such a cool project, it's so pleasant to work with! However, what I am missing from Pluto is the "Live Doc" feature. It...

Fixes: https://github.com/marimo-team/marimo/issues/558 This was only affecting Linux users, and not Mac users.

Updates the copyright year from 2023 to 2024.

EDIT(akshay): Checklist - [ ] Test wake from sleep reconnection in edit mode (see [this comment](https://github.com/marimo-team/marimo/pull/606#issuecomment-1901549305)) - [ ] Test on Windows (@akshayka) - [ ] Lower bounds for additional...

### Describe the bug Uploading a large file using `mo.ui.file()` fails silently. While rejecting large files is probably necessary, it would be useful to be able to configure the size...

bug

_Originally posted by @misolietavec in https://github.com/marimo-team/marimo/issues/503#issuecomment-1892592187_ I am building small application with `panel, plotly, ipyleaflet`. The `ipywidgets` ecosystem has already many modules, I can use. Especially, I need the functionality...

enhancement

### Description I'd like to host multiple notebooks (and hence apps) via a single marimo command. This opens up multiple usecases for end users. Eg: `marimo edit file1.py file2.py file3.py`...

enhancement

### Description It would be great to support `await` within a cell. For example it would be great to do something like: ```py from my_lib import func_from_my_lib await func_from_my_lib() ```...

### Description I have a marimo app running on a computer and I want to be able to replace the underlying app.py notebook and have the existing "marimo run" instance...

This stores the completion response when inside a function call in the documentation tab. This is re-using an old PR when we tried to put this in a popover. This...