This directory contains example code and notebooks that show how D3.js can be used in combination with NetworkX and the IPython notebook widget framework to make some really cool, interactive, force directed graphs.
demo simple.ipynbStart here for a demonstration of how the API can be used.demo generators.ipynbThis example uses built-in NetworkX generators to render some interesting graphs.demo factor.ipynbThis is a small example that factors a number between 0-100.demo twitter.ipynbThis example renders Twitter retweets in realtime.