marimo
marimo copied to clipboard
A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
### Describe the bug 1. Split cell using the new (awesome) shortcut Ctrl+' 2. Press Ctrl-Z Nothing happens ### Environment ```json { "marimo": "0.6.0", "OS": "Linux", "OS Version": "6.8.7-300.fc40.x86_64", "Processor":...
### Describe the bug ```C:\Users\user>marimo edit ←[33mUpdate available 0.6.26 → 0.7.0←[0m Run ←[32mpip install --upgrade marimo←[0m to upgrade. ←[1;32mCreate or edit notebooks in your browser←[0m 📝 ←[32mURL←[0m: ←[1mhttp://127.0.0.1:2719?access_token=OapqfwxOHZMrTCEeY2DuAw←[0m ``` All...
## 📝 Summary Changes the hashing to account for state, UI variables, and allows for "pure" functions / classes Had some merge res issues, since I haven't touched this in...
### Description From @odanoburu, #1975: A slide configuration to optionally show code in slides, in addition to output. ### Suggested solution When configured to show code, the entire cell editor...
### Discussed in https://github.com/marimo-team/marimo/discussions/1078 Originally posted by **astrowonk** April 5, 2024 marimo.app is very cool and I was excited to see the WASM support. But, WASM apps should be able...
### Description I'm working on several marimo notebooks where I find myself repeatedly using similar code blocks or cells across different projects. These cells often perform common tasks such as...
### Description GUI libraries such as [napari](https://napari.org/stable/guides/event_loop.html#in-ipython-or-jupyter-notebook) rely on IPython's opt-in integration with GUI event loops to render and respond to user interactions. We currently have no support for integrating...
### Describe the bug I'm using marimo to work on large datasets with 100 million rows, and found the "run cell" button unresponsive sometimes. After some investigation, I found during...
### Description Right now, when I work on a Marimo notebook, I'm delighted that the serialized format is a plain python file. However, by default, each cell is serialized as...
### Describe the bug Currently in the fullscreen mode of a cell, rows can't be selected in `mo.ui.table` ### Environment ```json { "marimo": "0.7.17", "OS": "Darwin", "OS Version": "22.3.0", "Processor":...