yWorks / yfiles-jupyter-graphs

The home of the Jupyter notebook graph visualization widget powered by yFiles for HTML
https://www.yworks.com/products/yfiles-graphs-for-jupyter
Other
173 stars 18 forks source link

[Question] how to render this widget inside streamlit? #35

Closed miriam-z closed 1 year ago

miriam-z commented 1 year ago

It works inside a Jupyter notebook, but how to render in streamlit?

I tried:

st.write(GraphWidget(graph=graph))

Not working

fskpf commented 1 year ago

The yfiles-jupyter-graphs widget does not support Streamlit. We may provide a similar widget in the future but there are currently no fixed plans for it.