How can I create a cytoscpe plot from data frame in Dash

Let us say I have the following data frame.

df

Node_1    Node_2     Weight
A            B        10
A            C        8
C            F        8
B            F        6
F            D        6
B            E        4

From these, I want to create a cystoscope network graph.

Can anyone help on this?

Hi @kapital1

See this tutorial from @adamschroeder

2 Likes