Hi,
I´m displaying a graph using neovis.js and the components.html widget. However i wondered if there is a possible pop up tab or window, so when i click the button to display the graph there´s a new window created that shows the graph?
I don’t think it’s possible to pop a window outside of a components.html widget. Each component runs inside of its own iframe for security; if you were able to pop out a window, that window would be inside the iframe, not inside the outer Streamlit app.