neo4j-viz is a Python package for creating interactive graph visualizations. The output is of type IPython.display.HTML and can be viewed directly in a Jupyter Notebook or Streamlit application.
Obtain a graph's line graph. tfgnn.convert_to_line_graph( graph_tensor: gt.GraphTensor, *, connect_from: const.IncidentNodeTag = const.TARGET, connect_to: const ...