Myles Scolnick

Results 578 comments of Myles Scolnick

For reference, this code _does_ work. I am not sure if marimo needs to provide a default map renderer. ```diff import plotly.express as px df = px.data.carshare() + fig =...

hey @Light2Dark, thank would be awesome / very much appreciated, thank you!

We can add this. You are right we don't currently support the full import, but rather just the top-level namespace. We should expand this and fallback some known nested package...

You need to `.gca()` instead of `.show()`. The latter prints to the console output which gets cleared on each run (causing the flicker). The former is sent to the cell...

Yea, we can look into debouncing the clearing of the console output to give new output a change to replace it without a flicker

@liquidcarbon im not sure i have any ideas without seeing code or playing around with it myself.

Hey @MaWeffm - this is something we are interested in exploring for sure, but we haven't landed on the API / feature-set for this. Our team can slot in some...

This complicates things a bit since previously we were bundling react, but when exporting as a React component, the user likely brings their own react, so we would need to...

could it be `header_comment` or just `header` in the markdown? since it would be nice to preserve these comments and since both `script` and `nix` are slightly different in their...

> the block would still have to be parsed to be usable and require sandbox / nix particular logic for the consumer Why does it? Why can't we just not...