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.
graph.graph_attr.update(("graph" in styles and styles["graph"]) or {}) graph.node_attr.update(("nodes" in styles and styles["nodes"]) or {}) graph.edge_attr.update ...