How to get NetworkX metrics to update with Plotly Dash callbacks
47 views
Skip to first unread message
Matthew Kline
unread,
Jun 21, 2022, 10:10:52 AM6/21/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to networkx-discuss
I have a networkx/plotly/dash project I have been working on. My network updates with a dropdown in dash via callbacks that rerun my code. I was wondering if anyone knows how to get networkX metrics to update when the function is called after each dropdown selection (ie. nx.average_clustering() etc.). Thanks!!!