I am using the following definition for the generation of a graph with pyvis:
g = net.Network(notebook=True, width="100%", height="1500px", heading ="THIS APPEARS DOUBLE...", cdn_resources="in_line", select_menu=True)
However on the resulted graph I get the heading twice!
I am sure that I am creating only one graph though.
Any hint what happens there?
Thanks a lot