Closed miriam-z closed 1 year ago
It works inside a Jupyter notebook, but how to render in streamlit?
I tried:
st.write(GraphWidget(graph=graph))
Not working
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.
It works inside a Jupyter notebook, but how to render in streamlit?
I tried:
st.write(GraphWidget(graph=graph))
Not working