marimo icon indicating copy to clipboard operation
marimo copied to clipboard

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.

Results 513 marimo issues
Sort by recently updated
recently updated
newest added

### Description Hello, Following #833 MQTT telemetry in Python / Marimo notebook works pretty well but ![image](https://github.com/marimo-team/marimo/assets/109167/4cd71eef-5689-4aa6-a0c7-6e028eba0cdd) 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......

help wanted

### Describe the bug Whether a named value is returned or it is an "implicit" return renders the same but has very different behaviour ![image](https://uploads.linear.app/63f65126-890b-4810-98cb-b7f8eaee40ee/e743b433-34df-484f-bff3-7e386af229bf/92a890da-07b3-4ab3-9e1b-da54729fd053?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiLzYzZjY1MTI2LTg5MGItNDgxMC05OGNiLWI3ZjhlYWVlNDBlZS9lNzQzYjQzMy0zNGRmLTQ4NGYtYmZmMy03ZTM4NmFmMjI5YmYvOTJhODkwZGEtMDdiMy00YWIzLTllMWItZGE1NDcyOWZkMDUzIiwiaWF0IjoxNzA2MTIxNTY2LCJleHAiOjMzMjc2NjgxNTY2fQ.igegcFCVHFBLaxyvZSJNdnjLP81uPHbj0kMeGOkWfxQ) You can see that `get_v`...

enhancement

### 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...

bug
help wanted

### 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))...

help wanted

### 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...

bug