Can anyone recommend a Python library that can do interactive graph visualization?
I specifically want something like d3.js but for python
python
I would suggest using mpld3 which combines D3js javascript visualizations with matplotlib of python.
The installation and usage is really simple and it has some cool plugins and interactive stuffs.
http://mpld3.github.io/