Myles Scolnick
Myles Scolnick
I appreciate the help and feedback @patrick-kidger. I will let you know if we end getting the outputs more light-weight.
You can do this with custom css: https://docs.marimo.io/guides/configuration/theming/?h=custom#css-variables
It is not guaranteed to have a unique "cell id", but you can name the cell and we can expose that on the cell `data-cell-name={cell_name}`
I was thinking marimo will add this: ```html ``` then you can use a selector in your custom css: ```css [data-cell-name='my_cell_name'] { // custom styles } ```
You are right. I'll handle these cases.
We should expose the theme for sure - not sure if we need all the other settings. We can put this in AppMetadata.
Also - it would be nice if marimo could handle these setting under the hood (but can be turned off). e.g. marimo.theme.autohandle_third_party()
@metaboulie - i updated the title to add `marimo.app_meta.theme`. We can think about adding more settings there over time for specific use-cases For the implementor: We have something already called...
Closed by @metaboulie via #2126
I don't think we need to monkey-patch anything. showing mermaid should be the default (easier to navigate, adds no deps and not lossy) and instead we can add a formatted...