Can anyone recommend a Python library that can do interactive graph visualization?
I specifically want something like d3.js but for python
python
Check out python-nvd3. It is a python wrapper for nvd3. Looks cooler than d3.py and also has more chart options.