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  ### Environment ```json { "marimo": "0.4.0", "OS": "Windows", "OS Version": "10", "Processor": "Intel64 Family 6 Model 106 Stepping 6, GenuineIntel", "Python Version": "3.10.9", "Binaries": {...
### Description See any `mo.status.progress_bar`s also in the terminal, like `tqdm`. ### Suggested solution Not quite sure how this would be implemented :slightly_smiling_face: ### Alternative _No response_ ### Additional context...
### Describe the bug In example below, if you use set to set the value of a particular query param, other cells that access the value of a different query...
### Describe the bug Hello, I have a Jupyter notebook like https://gist.github.com/scls19fr/c41394c47cbc0250263ea3f5a1de33ea After converting it to Marimo format, Marimo is unable to open it. This notebook contains some accents (sorry...
### Describe the bug In the VSCode extension, the copied text gets pasted twice. https://github.com/marimo-team/marimo/assets/101019159/c27a05fb-ca1d-43d5-9bef-d3a2beb174f9 Tested on 2 different machines (W11 and W10). I have not had this issue with...
### Describe the bug i have 2 docker containers, one with a fastapi and one with my marimo notebook. I now try to use requests to access the API but...
### Description Using `marimo.ui.altair_chart` produces an interactive Altair chart. Clicking and dragging selects a portion of the data and the returns the corresponding subset of the plotted dataframe (see the...
### Description The ability to move multiple cells in the editor at a time. ### Suggested solution Select multiple cells via box selection (mouse click and drag), then drag to...
### Description Love the inline type-checking in VSCode, and would love to see it here as well. ### Suggested solution Add pyright type-checking and underlining. ### Alternative _No response_ ###...
### 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...