I have a graph with nodes and edges (not a plot) where the weights of the edges evolve over time. I'd like to create an animation of that.
I found that the main libraries for graphs in python are networkx and pyvis. I have not seen how to do what I want. For instance, this question is asking the same but did not get an answer.
If it's not possible to do it directly, I was thinking of generating different html files and overlaying them to create an animation.
With this question I hope someone can share a way to generate that animation.