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 Hello, Following #833 MQTT telemetry in Python / Marimo notebook works pretty well but  mo.ui.refresh value is still a bit too big Any opinion? ### Suggested solution...
### Description Would be great to be able to format the output of mo.ui.table(). As an example to be able to add decimals, format numbers as percentages, datetime formating etc......
### Describe the bug Whether a named value is returned or it is an "implicit" return renders the same but has very different behaviour  You can see that `get_v`...
### Description I'm building a dashboard at my company which would be loosely based on a "notebook-like" page, for now it integrates ChatGPT and DuckDB to hit the database I'm...
### Describe the bug Steps: - Have Copilot integration on in settings - Start editing a new notebook: `marimo edit bug_test.py` - In the blank cell, type by hand (do...
### Description Sagemath's syntax is a superset of Python (with some changes too, for example `^` means exponentiation). It would be nice to support this syntax in some way. ###...
### Description In some notebooks i need to have exceptions, because they provide useful information, for example: ``` from sage.all_cmdline import x, var, limit, exp, oo var("a") limit(exp(a * x),...
### Description I want to use marimo with sagemath. For example this code works, but the plot is not displayed. ``` from sage.all import plot, sin P = plot(sin, (0,10))...
### Description All the panels currently (0.2.1) appear on the left when open. I would like to be able to choose to have them on the right. ### Suggested solution...
### Describe the bug I am using the `mo.mpl.interactive(_ax)` to display a single Matplotlib plot in a Marimo notebook. After repeatedly tweaking a single input number causing marimo to regenerate...