check if node in G nx code example Example: networkx check if node exists G = nx.Graph() if node_name in G: # do something