I'm working with igraph-python for a few days, and it's really a good tool.
But when I turn to dynamic network, I'm puzzled about how to add some node attributes to the network.
How to save the info of attributes? how to access the attributes? how to change them? Can I manipulate the node by node's attribute?
I found it mentioned in C-interface (
http://igraph.sourceforge.net/doc/html/ch09s02.html), but I'm confused how to carry it out in python interface.
Could anyone provide some suggestions on that?
Thanks!
Weijia