I am trying to create network evolution animations. I know in R networkDynamic + NDTV packages can do this (https://kateto.net/network-visualization), and am trying to find the similar packages in Python since R studio memory is limited. I found PyNetX in Python is very similar with networkDynamic, but there’s barely no examples of using PyNetX because it’s new, and I didn’t find any packages in Python can perform NDTV package’s function. Is there any other ideas on creating the network visualization growing/changing over time (it doesn’t need to be dynamic, just want to make it move over time)?
Also, I found this answer might be helpful: Animating Network Growth with NetworkX and Matplotlib, but I got an error “unhashable type: 'dict'”. Do you know how to fix this? Thanks in advance!