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
trafficstars

### Description One of marimo's strengths is the notebook being stored as a pure Python file, rather than a cumbersome JSON. However, the python file can be complex to edit...

enhancement

### Description Quickly go to the cell defining a variable or a function. ### Suggested solution - An item in the right click menu. - A keyboard shortcut. ### Alternative...

enhancement

### Description It would be great if it was possible to customize theming for marimo apps. This would include background colour, global font settings, etc. ### Suggested solution A similar...

enhancement

### Discussed in https://github.com/marimo-team/marimo/discussions/612 Originally posted by **tfriedel** January 20, 2024 I quite liked the example for data labeling. There are buttons to go to the next or previous image....

enhancement
good first issue
help wanted
good first issue (typescript)
widget

### Describe the bug The keyboard shortcut to hide a code cell in macOS is `Cmd + H` which also happens to be the [global shortcut to hide the current...

bug

### Description It would be great to be able to mark the first column of a table static, similar to freezing the first column in an Excel table. ### Suggested...

enhancement
good first issue
help wanted

### Describe the bug Using Vim mode is great, but when I go between cells, I get dropped back into command mode. For example, if I have two cells: ```...

bug
help wanted

### Description I have nothing against markdown (in fact, i use it quite often), but sometimes there are long notebooks, and it would be nice if it were possible to...

enhancement

### Description Debug cells that failed to run. Sometimes they are using functions defined in other cells, or imported modules. ### Suggested solution Multiple features would be helpful, below: ###...

enhancement

### Description Hello, Quite similar to #904 This may be really interesting to have Marimo available behind [Jupyter](https://jupyter.org/) / [JupyterHub](https://jupyterhub.readthedocs.io/) as Pluto.jl is doing in https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-julia-notebook with jupyter-pluto-proxy ![image](https://github.com/marimo-team/marimo/assets/109167/669aa6ba-e1d4-49f0-acb2-59ac75a6d73a) Kind...

enhancement