netcenlib.common.nx_utils module

netcenlib.common.nx_utils.exclude_nodes(G: Graph, nodes: List[any]) Graph[source]

Remove nodes from a graph.

netcenlib.common.nx_utils.load_network_json(json_file_path)[source]

Load network from JSON file.

netcenlib.common.nx_utils.save_network_json(graph, json_file_path)[source]

Save network to JSON file.