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.
### Description Hi, Is it possible to have the ability to duplicate and rename notebooks from Workspace view. I find that I often do that outside of marimo. Thanks, Adrien...
### Describe the bug If a DataFrame has numpy arrays in it, SQL cells fail importing it as a table with `Unimplemented type for cast (DOUBLE[] -> DOUBLE)` ### Will...
### Description Shift+Enter on the last notebook cell runs it and inserts a new cell below. By default the new cell is a Python cell regardless of the previous cell’s...
## 📝 Summary Fixes #6697 ## 🔍 Description of Changes Fix the scaling issue of Mermaid LR flowchart by removing width limit. ## 📋 Checklist - [x] I have read...
### Describe the bug When formatting code in Marimo cells, lines near the wrap limit (default 88) will be formatted differently inside and outside of Marimo. This does not occur...
### Describe the bug The same boxplot is output 7 times. Other `matplotlib` plot types seem to work correctly. ### Will you submit a PR? - [ ] Yes ###...
### Describe the bug 1. On local machine, run `marimo edit --port 2718` and start a notebook 2. On a remote machine, run `marimo edit --headless --host 127.0.0.1 --port 2718`...
### Description I tend to have the following workflow: C1 | C2 | C3 .... where C1 contains utility code/setup code and C2 and C3 (or more) contain analysis code....
### Description As you edit cells in the GUI, marimo modifies the `.py` file. The DAG resolution mechanism produces one function per cell / node in the graph. Since this...
## 📝 Summary - subtler left bar to create new cells (create above opens a dropdown, create below is as normal) - in between cells a few buttons appear https://github.com/user-attachments/assets/203498da-e5b4-4512-a8f8-5c94695ebe69...