Myles Scolnick
Myles Scolnick
thanks for investigating @Light2Dark and @metaboulie. i think it would be ok to lazy-load mathjax inside the PlotlyPlugin (which does get lazy-loaded as well). We already have a dependency on...
hi @TheJolman, it might be better to have this supported upstream https://github.com/replit/codemirror-vim/. do you mind also filing the issue there?
This is an interesting idea. most cells don't have names and i am not sure how often people name them today. **Alternative:** We could also allow this for headers maybe:...
I could be thinking about layout order wrong, but in my interpretation, that would for sure bubble up markdown to the top. Maybe there is some algorithm/ruleset that would be...
/marimo create-test-release
removing pydodide-http breaks: ``` import pandas as pd pd.read_csv("https://raw.githubusercontent.com/dmarcelinobr/Datasets/master/Fortune1000.csv") ```
Thanks for filing this. Yeah, we have many instances where we are using [radix colors](https://www.radix-ui.com/colors) as CSS variables instead of semantic colors like background, foreground, accent, and muted. I think...
@pianostardom this is a great suggestion. any chance you'd be interested in contributing if we could help you? no pressure, just thought i'd ask
This is not yet supported. vegafusion compiles down to a vega spec, but our selection logic works on a vega-lite spec. We can look into adding support for this still
You can still make reactive Altair plots with vegafusion by passing an explicit selection param. This is hand rolling the selection yourself (something that `mo.ui.altair_chart` otherwise does under the hood...