Matteo Bunino

Results 1 issues of Matteo Bunino

When I set the `heading` property in the `Network` class, my graph gets rendered with a double heading. To reproduce: ```python from pyvis.network import Network net = Network(heading="My heading") net.add_node(1,...