Visualization in Python

Hi, I had a doubt in PyTg:

I am trying to integrate tg with python and had success in doing so, what i want is currently i’m getting the output for queries in json format in python(using jupyter notebook) .
But i want the output to be in graphical format i.e how we get in tiger graph, where we can click on a vertex and expand it to everything that is connected to it or something similar to that, any links/notebook that helps in doing so would be really helpful.

Thank you.

@mitesh_23 For Graph Visualizations using Python I would recommend using Plotly Cytoscape (See Resources Below)

Basic Information (Docs) on this widget Dash Cytoscape | Dash for Python Documentation | Plotly

How to add interactiveness to the graph visualization widget Making responsive graphs | Dash for Python Documentation | Plotly

A comprehensive project using Plotly and Dash with the features you’re asking about (click and expand)

2 Likes