Hi, I’m looking to convert one of my R notebooks to Julia, and one of the packages I’m using is VisNetwork which gives me an interactive graph I can click on nodes to get additional information on, and drag them around. I found a similar package called NetworkViz in Julia, but it looks like it was deprecated.
Is there something similar someone would recommend?
Here’s some examples of what I’m looking for:
https://datastorm-open.github.io/visNetwork/
Thx!