NetworkX storage of graph info
问题 I'm recently working on constructing social network graphs using networkX. I'm able to visualize and manipulate the graph at small scale. Howerver Im interested in knowing where networkX stores this graph info. This is because, I'm having a large collection of users for whom I need to construct graph and use the graph info for some suggestions. So I would like to know if I could store and access the graph. 回答1: NetworkX stores graph data in Python objects instantiated from one of several