You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for getting back, @mscolnick! It looks like that doesn't work:
As a hint, I tried displaying the return from pm.model_to_graphviz(), and it indeed isn't a NoneType, which is reassuring. Can I ask, what is the requirement for an object to be rendered? Does it have to implement, say, __repr_html__? Or is it something else? (Perhaps I should go read the docs and answer it for myself in parallel!)
It looks like it tried to output something, but maybe could not be rendered properly. If it outputs HTML that runs scripts and has lots of globals/styles, it is best to put it in an iframe. mo.iframe(out.to_html())
Describe the bug
When I try to display a PyMC model's graphviz format in Marimo notebooks, nothing shows up:
I am running
marimo
throughuvx
. The exact command I used is this:pymc_demo.py
is pasted below.I am unsure if this is due to a code bug in Marimo or in PyMC. Would love to help out somehow to make it work!
Environment
Code to reproduce
The text was updated successfully, but these errors were encountered: