Myles Scolnick
Myles Scolnick
awesome, glad it works! let me know if I can help debug further with the CSS changes. (here or Discord)
Specifically, returning the pgwalker instance at the end of the cell just calls `__repr__`, when no `_repr_html_` is provided. It would be great to add a `_repr_html_` so that it...
This is a good suggestion, I think we can handle this. Are there any edge cases you can think of? Do any libraries work off comments? I know some work...
@dmadisetti it would be nice to figure out "edited" on the frontend instead of a sever request python AST parsing would be the most reliable. I may try the code-mirror...
Actually, we may still want it to be stale since its not "saved" yet. I have a branch exploring this: https://github.com/marimo-team/marimo/pull/3145 Maybe the coloring is different? Could add more confusion
yea, we could. right now save only saves what has been run, not what has been written. we could keep that, but then you may have white space that is...
Thanks for the request this makes sense. Couple ideas for implementation: 1. Should we re-use `AppConfig` and add `autorun` there? What are the config names? `off/default` or `off/on`? 2. Should...
I also think we can improve the UX when starting up a notebook that is not instantiated, such as a banner at the top to "Run All" or "Run Markdown",...
"User config" is our `MarimoConfig` object in the code base, which right now is only set per-user, but we want to add it per-project and per-notebook. By using the pyproject.toml,...
I think i like `python {.marimo}` the best (unless can get `python {marimo}`)