I want to use the Plotly, Igraph libraries to visualize the algorithm in the search tree. Accordingly, I need to interact interactively with this tree (add, delete, search, view any operation step by step), for example, using the tkinter GUI. Do these libraries allow doing this, or is the maximum that I can get this static tree image that I originally painted?