Really cool. Is it be possible to do two-way databinding between the DOM and python? I like d3.js as a way of visualizing and interacting with data, but would love to be able to manipulate the data in python instead.
For example, it would be really neat to take an example like co-occurence in d3.js and be able to bind the data to a networkx graph in python.