How to create in python a network graph, using NetworkX library, and display it in Tkinter window
I’m developing a project in Python where I use the tkinter library to display the GUI of my application. The problem that i face is the need to present a network graph in my program. I’ve already discovered the NetworkX library that allows me to create this graph but I don’t know how to display it in a tkinter window. Any ideas on how to implement?