Replies: 1 comment 2 replies
-
hi @engdan77, we've actually patched Even when locally patching it, it doesn't seem to work, which is likely an upstream issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently trying to use the py-roughviz package to display charts within marimo but feel like I have hit the wall of understanding how to be able to do so without a rewrite of such package.
I may be wrong but it seems relatively common packages supply something similar to an x.render_notebook() method that would typically work within a Jupyter notebook, but for marimo it currently won't.
As in this package (and I might imagine others do as well) is to invoke the IPython display and HTML functions on the object.
If we for example look closer at this file if this above package.
Are there any methods or techniques anyone are aware of for marimo being able to display such when instead a <IPython.core.display.HTML object> is returned to the notebook?
You could pip install py-roughviz and try the below Python snippet within marimo:
... and trying instead using
... this would throw a different AttributeError :-(
Beta Was this translation helpful? Give feedback.
All reactions