Analyze vault structure with NetworkX
mainThe vault.graph attribute provides access to a networkx graph of your entire vault. This allows you to perform sophisticated network analysis or export the graph to other data formats. When instantiating the Vault, you can filter the analysis to specific subdirectories.
# Access the NetworkX graph
graph = vault.graph