Myles Scolnick

Results 578 comments of Myles Scolnick

The current PDF output button in marimo programmatically calls `print` (Cmd+P). You could try that in the edit view. > Allow app mode to show code, just not editable This...

> 2. When in "edit view" allow pdf output with margins such that a typical marimo cell fits on a page. This sounds better to me. We have some existing...

> Hack: special case bar container in _flatten (ugly but no second-order effects) could we add a formatter for `BarContainer` in `matplotlib_formatters.py`? and then it is not a special case...

Of course - this gets autoclosed if there is no interaction for a year

@Haleshot are you using --sandbox or confirming when prompted? for developing locally, sandbox doesn't work (it will download the latest version of marimo, instead of your local version).

@Ketchp this might be something that `xarray` needs to solve on their end. they can use this `css` features https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark in order to support light and dark colors

`mo.Html` render the html right on the page, but you are providing an `html` tag, `head` and `body`. This is not allowed as there should be only one body. My...

Unfortunately we haven't been able to upgrade pyodide for quite some time (see https://github.com/marimo-team/marimo/pull/5995), because of the breaking changes: > BREAKING CHANGE The following packages are removed from the Pyodide...