métaboulie

Results 14 issues of métaboulie

### 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 ### Suggested solution In the `Explore Variables` panel, it'll be better to be able to filter unused variables (to delete, or reuse them). Also, it would be great...

### Describe the bug Currently in the fullscreen mode of a cell, rows can't be selected in `mo.ui.table` ### Environment ```json { "marimo": "0.7.17", "OS": "Darwin", "OS Version": "22.3.0", "Processor":...

bug

### Description Select multiple cells and run cell actions altogether, such as moving up / hide etc. ### Suggested solution Add a checkbox or something between the `Create cell above`...

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

### Description Add a `marimo.settings`, to control or only read the settings if controlling setting in cell will interrupt the notebook. ### Suggested solution Why this feature can be useful:...

good first issue

### Describe the bug [Plotly uses MathJax](https://plotly.com/python/LaTeX/) to render LaTeX mathematical formulas and notation. But [marimo doesn't use MathJax](https://github.com/marimo-team/marimo/blob/8b96051d364400417637019a80aa1694e6aaf458/marimo/_output/md.py#L15) This makes LaTeX displayed as raw text instead of math formulae...

bug
good first issue
help wanted

### Description ### Suggested solution In the cell menu, add 2 options, move to cell above and move to cell below, enter the other cell's name and move the current...

enhancement

### Describe the bug [Colab link of this anywidget](https://colab.research.google.com/drive/1w75PUANoZ73d5zO-jZwg40UpZePPsubq?usp=sharing) Here is a comparison of an `anywidget` I built in Jupyter and marimo. **Jupyter** **marimo** The main reason may be that...

bug
upstream

### Description While developing custom themes, I found that the current implementation ties background colors of side panels to `var(--slate-1)`, which limits flexibility in customization. To offer greater creative control,...

enhancement

### Description add a `caption` arg to `mo.image` as an optional interpretation of the image ### Suggested solution currently i'm using a syntax like: ```python mo.vstack( [ mo.image(), mo.md().center(), ]...

enhancement