Myles Scolnick
Myles Scolnick
I was looking at this:  Which is possible to move to mermaid since marimo can change the formatting of the last line. You would still run the issue of...
Looks like there was some appetite for mermaid formatting in polars: https://github.com/pola-rs/polars/issues/12075 That part seems non-controversial, but could go as far as making the default `'mermaid'` instead of `'dot'` in...
Closing in favor of https://github.com/marimo-team/marimo/pull/5247
The wait time would be roughly the same. You either need to load the python files from GitHub or load them PyPI. It all runs on the client's computer so...
`marimo` and its dependencies are not actually loaded from github either, those come from pypi. so all python today comes from pypi and would require an internet connection
No plans currently
You can: 1. publish to pypi and then import with micropip ``` import micropip await micropip.install("my_package") import my_package ``` 2. [more advanced] build your wheel into a `/public` directory and...
yes, its documented here: https://docs.marimo.io/guides/wasm/?h=public#including-data it talks about in the context of data, but you can also put python wheel theres. and follow the micropip documentation: https://micropip.pyodide.org/en/stable/project/usage.html#examples
yes that could be, BUT that depends on your browser, the request headers used when GitHub serves your wheel, and your operating system. regardless, it's worth a try
@Justyouraveragehomie - that's a great suggestion, i can look into that this week or next. if you want to explore is before me, happy to pair on it as well