In [1]:
import networkx as nx
import pynetviz.linkurious as nvl

In [19]:
reload(nvl)


Out[19]:
<module 'pynetviz.linkurious' from 'pynetviz/linkurious.py'>

In [20]:
nvl.make_html(filename='NetworkX_Graph.html')

In [25]:
nvl.view_html(filename='/notebooks/NetworkX_Graph.html')



In [ ]: