pyvis
pyvis copied to clipboard
Multiple loops fail to display on the same vertex
net = Network()
net.add_node('A')
net.add_edge('A', 'A')
net.add_edge('A', 'A')
net.show('a.html')
Produces:

Rather, two loops should be displayed.
pyvis version 0.2.1