Alternative to deprecated NetworkViz?

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!

In case it’s helpful to others, I realized I could use Blink to just start Electron and then use cytoscape to render my DAG.

1 Like