Output too large
Hi, i'm trying to use marimo to display some HTML and i get this error:
11 Replies
today, we do limit the size of the output. this is so you dont accidentally freeze your browser / computer
we have a task to make this configurable, which we can prioritize. 8MB of html does seem like a lot. i can look at your Colab to see if there is a way around sending all that
can i set some environmental variable?
not currently, but we can add this today
another idea: block it initially, and then have some "are you sure?" override
we do have plotly integration - is it possible to use the python library instead?
oh could look into that
the colab was something i found online, i assume the HTML just adds custom interactivity.
yea from what i can tell, they add click interactions, but we have that built it!
but would be nice if i could run these notebooks when converted to marimo
here are the docs https://docs.marimo.io/api/plotting.html#reactive-plots-with-plotly
awesome thanks!
yea we can give you an escape hatch for passing large html via env variables or programatically