When hovering over a node, I am able to view the title attribute (the hover text). However, when I try to select it, it disappears. Are there any ways that I am able to copy this info?
I tried doing a workaround by adding a listener when a node is clicked such that the info will be copied but that didn't work.
If it helps, the Pyvis graph is loaded inside Streamlit, so maybe I can utilize Streamlit to help me?