Fate1405

Results 1 issues of Fate1405

When running the example code in the Quick Start section of the README: ``` py from pyvis.network import Network g = Network() g.add_node(0) g.add_node(1) g.add_edge(0, 1) g.show("basic.html") ``` I encounter...