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.
Adds a few markdown shortcuts ``` Bold (Mod-b) Italic (Mod-i) Convert to Link (Mod-k) Convert to Ordered list (Mod-Shift-7) Convert to Unordered list (Mod-Shift-8) Convert to Blockquote (Mod-Shift-9) Convert to...
RPC triggered creation of a UI element (`altair_chart`), which then incorrectly evicted an existing UI element from the registry.
### Describe the bug I'm trying to use multiprocessing.Pool.map. I have a reproducer below for hanging, locally I could get it to work but then ignore updates to the called...
This adds `mo.routes` to change the layout based on the url hash or pathname ```python @app.cell def __(): mo.routes({ "#/home": mo.md("# Home"), "#/about": mo.md("# About"), "#/contact": mo.md("# Contact"), }) return...
### Description I am using marimo in VSCode using the extension. With Jupyter Notebooks, I have an option to 'debug' a cell rather than just run it. This will hit...
mo.todo
### Description Have a todo list in marimo ### Suggested solution Like, in a sidebar or nav menu, we can jump to each todo and finish our unfinished jobs ###...
### Description Please render Python docstrings in cells as Markdown above the cell. ```python "The functions in this cell..." ``` I'm coming to Marimo as an old time Python programmer....
### Describe the bug If a/some cell(s) in the marimo app take a long time to initialize (could be some database transfer, file reading etc), then, for whatever reason, the...
### Describe the bug If you create a cell that prints a LOT of console outputs, the frontend becomes unresponsive (hard to scroll, things don't render, buttons don't work) and...
Big fan of the latest islands feature! This PR extends the `_server` and `_cli` export functionality to return an interactive HTML using marimo islands. CLI usage (note CLI args available...