Entering edit mode
6 months ago
avigail.shnaider
•
0
I am trying to implement an IGV widget from igv-jupyterlab package to my streamlit app, but it hasn't shown.
igv = IGV(genome="hg38")
display(igv)
I tried st.pyplot(display(igv)), but had none on the app. Is it possible to insert the IGV on streamlit?