implement jupyter notebooks support

As a package user
I want to see network visualization results directly within my Jupiter notebook
so that I can easely integrate interactive network visualizations into my data analysis workflows and presentations
For example:

from pyvisjs import Network

net = Network()
# add data to the network here

net.show()