I am using PyVis to build a graph (essentially a call chain). So I like how it generates a html file, with related code, to visualize it.
Is there a way I can generate a 'Search node" functionality ? The Graph I am loading is huge, and a function to zoom in to a node of interest, is what I am looking for...