Hello Team.
I'm using jupyter and sigma.js to output graph. I just output the graph using IPython.core.display combined with pure JS.
And what I want is while some node was clicked, some Python statements or some cells were executed.
So how could I archive this goal? Thanks in advance.