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 I cannot use copilot on marimo in a corporate (proxy required) environment. If I use the marimo proxy setting it tries to proxy everything including the local notebook...

enhancement

## 📝 Summary Enables the override of values into embed, allowing for birectional communication of embedded and parent apps

### Describe the bug Currently, if marimo does not detect optional dependencies like Ruff, it provides an option to install them via the chosen package manager but it does not...

bug

### Describe the bug As described in #6882, Markdown cells are still being scrambled when formatting the notebook. This is still present in 0.17.7 (though thankfully, the new MD formatting...

bug

updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.1...v0.14.4) - [github.com/biomejs/pre-commit: v2.2.6 → v2.3.4](https://github.com/biomejs/pre-commit/compare/v2.2.6...v2.3.4)

### Describe the bug When marimo shows a pandas dataframe it sometimes gives a warning. The warning looks like this: ``` python3.9/site-packages/numpy/lib/_nanfunctions_impl.py:1231: RuntimeWarning: Mean of empty slice return np.nanmean(a, axis,...

bug

### Describe the bug If `python-lsp-server` is used as an LSP server, completion of object methods for NumPy doesn't work, though it does work for objects native to Python standard...

bug

### Describe the bug When I select a function in the LSP completion menu, all the arguments of this function are completed at once with their full argument names. This...

bug

### Description I would like to customize the theming of code cells in marimo notebooks to match my aesthetic preferences better. Currently, marimo does not support theming of code cells...

enhancement
help wanted

### Describe the bug When I run my notebook with a sidebar using marimo run notebook_with_sidebar.py, the sidebar navigation works as expected. However, if I start Marimo with marimo edit...

bug