Myles Scolnick

Results 578 comments of Myles Scolnick

Unfortunately we don’t support Polars at this time for this specific plugin. You’ll need to do `to_pandas` but you’ll be returned a pandas do. We can add first-class Polars support...

Thanks for finding the serialization bug - it will be fixed in this PR: https://github.com/marimo-team/marimo/pull/631

I am not super familiar with the library, but if the plots are serializable to html, it should not be difficult to add. We would need to add a custom...

Going to close this in favor of `try/except`

We've thought about supporting other syntaxes that have a Python wrapper / executable. Similar to how we do with `mo.md()` - for example, you can convert the editor to `markdown`...

Different file-extensions that enforce a different syntax would be quite difficult. And I am not sure marimo would still work - it would not track dependencies well and depending if...

> Different file-extensions that enforce a different syntax would be quite difficult > I don't think so... All the syntax and function decorators that marimo uses will just work in...

Unfortunately I think there is a lot more, and it does diverge from our vision of a reactive notebook

Going to close out this issue. Unfortunately, we don't intend to add support for other languages. marimo is very tightly coupled to Python, which lets us make marimo extra useful...

@peterwilton-ttam thanks for filing the bug. I am having trouble repro, but I don't use Vim often, so could be just me. When you say Vim's editing mode, do you...