jsexauer / networkx_viewer

Interactive GUI for NetworkX graphs
GNU General Public License v3.0
137 stars 27 forks source link

Edited to Support NetworkX Version 2 #20

Closed afeser closed 4 years ago

afeser commented 4 years ago

The library is edited to support networkx v2 with python3.

Note that not both networkx_v1 and networkx_v2 are supported. Supporting both would otherwise required many if-else blocks and make the code unreadable. Assuming most of the users of networkx are now using version 2, it would be logical to merge this update into the base branch.

Any suggestions and bug reports are welcome.

Thanks...