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