# Alternative to deprecated NetworkViz?

**URL:** https://discourse.julialang.org/t/alternative-to-deprecated-networkviz/36713
**Category:** Visualization
**Tags:** question
**Created:** [March 30, 2020, 2:32am UTC](https://discourse.julialang.org/t/alternative-to-deprecated-networkviz/36713 "2020-03-30T02:32:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Xarg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xarg/32/10531_2.png) [@Xarg](https://discourse.julialang.org/u/Xarg)
#### Post date: [March 30, 2020, 2:32am UTC](https://discourse.julialang.org/t/alternative-to-deprecated-networkviz/36713/1 "2020-03-30T02:32:53Z")

</div>

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/](https://datastorm-open.github.io/visNetwork/)

Thx!

---

<div class="post-metadata">

### Author: ![Xarg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xarg/32/10531_2.png) [@Xarg](https://discourse.julialang.org/u/Xarg)
#### Post date: [March 31, 2020, 3:21am UTC](https://discourse.julialang.org/t/alternative-to-deprecated-networkviz/36713/2 "2020-03-31T03:21:12Z")

</div>

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.
