Myles Scolnick
Myles Scolnick
Hi, we've launched a new VSCode extension at https://github.com/marimo-team/marimo-lsp ([readme](https://github.com/marimo-team/marimo-lsp/tree/main/extension)). It may mean this issue is resolved or no longer applicable. If the issue still exists, please file the issue...
Agreed, we will include all: stdout/stderr and display outputs
@mcburton we do store outputs in the HTML. it could be an interesting idea to use it; we can think through the pros/cons and alternatives. One callout by using the...
It would capture the HTML output of those views. likely would end up throwing an error, but we could look into changing the output of `mo.mpl.interactive()` when output to static...
@sghng - if you move the mermaid diagram outside of the `vstack` or remove the `center` does that change anything? im curious if one of those are messing with the...
@sghng can you move it outside of the `center`? you might need to provide a `max-width` or [`justify-self`](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self)
@sghng i wonder if this change could affect a lot of existing notebooks. Could you create a smoke test with various mermaid examples and compare the before and after? You...
I am not sure what the desired output is supposed to look like, but you can convert it to Html to rendering inside marimo. ```python mo.Html(AV.AutoViz(df, depVar="Survived", chart_format="png").to_html()) ``` We...
@johanneswerner, a jupyter notebook would be great. can you also screenshot what you currently see when doing `mo.Html(...to_html())`?
Thank you for @junior19a2000 for flagging this, hopefully a new line CSS fix, we can look into this.