Myles Scolnick
Myles Scolnick
@gonzalocasas are you comfortable hopping in the discord and we can chat more there: https://discord.gg/rAhpfKwuaN
@bjmcculloch - we moved matplotlib interactive websockets to `starlette` as well as improved some performance there. could you give it another try and see if it works now after that...
@bjmcculloch - it looks like its due to the `@cache` annotation on the function for `mo.mpl.interactive`. we likely tear down the mpl server, but the cache keeps the same output....
@aashirisrar, I'd imagine there would be no backend change and this feature would be implemented on the frontend only. Loading large lists (~10,000) to the frontend is not the non-performant...
Closed by https://github.com/marimo-team/marimo/pull/1654
I totally see the use case. Couple reasons that could make this difficult (mostly thinking out loud) 1. Inlining the JS could get expensive and large. Right now we lazy-load...
@jeffmelville, @ForceBru We have a way to HTML export now from the CLI: `marimo export html notebook.py -o notebook.html`. Could you use some other CLI tool (e.g. [pywebcopy](https://pypi.org/project/pywebcopy/, or plain...
This sounds like a useful feature. (I would vote `--watch` as the flag) @alefminus, is it just the the file running that you want reloaded? or would you potentially want...
> Do we need to change any of these: https://github.com/fern-api/fern/blob/main/.circleci/config.yml ? @dsinghvi only if we want caching. but the fallback still works as is. maybe something we can wait for...
@akshayka 1. The first is the weakref issue in pretty sure. We can more lazy as the under the hood implementation but it's loses a lot of its benefit 2....