Can anyone recommend a Python library that can do interactive graph visualization?
I specifically want something like d3.js but for python
python
For those who recommended pyd3, it is no longer under active development and points you to vincent. vincent is also no longer under active development and recommends using altair.
So if you want a pythonic d3, use altair.