Main
get_number_nodes()
Details
Contribution guidelines
Vignettes
Additional resources
Get the number of nodes in the network.
network (nx.Graph) – The network to get the number of nodes from.
The number of nodes in the network.
int