Thnx Marcos!
And yeah, totally agree with you. Infact, PyVis is my go-to package for visualization as well :)
But one major problem with PyVis is that I was not able to code complex interactions in the plot. Especially the ones where we alter the data. Some use cases were - search for node via (highlight the node and its connections), dynamically modify the data (filter), etc. In PyVis you have to modify the data and re-plot the graph again where visdcc just re-renders it.
Did you face similar issue? Were you able to handle these cases? I would love to hear more about it. Thnx!