Matteo
Matteo8mo ago

Move multiple cells

Is it possible to move multiple cells at the same time? I have a notebook that's structured in sections/subsections using markdown headers, and i would like to reorder the sections
2 Replies
Akshay
Akshay8mo ago
Not yet, just opened an issue: https://github.com/marimo-team/marimo/issues/1152 In the meantime you can manually edit the .py file : the order of the functions in the file is the order in which they'll show up in the notebook.
GitHub
Re-arrange multiple cells in edit view · Issue #1152 · marimo-team/...
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 move the cells. Selected cell...
Matteo
MatteoOP8mo ago
Thank you! that's what i ended up doing