ipython-d3networkx

D3 Widget examples

MIT License

Stars
67

ipython-d3networkx

An IPython notebook widget that uses D3.js and NetworkX to make really cool, interactive, force directed graphs.

Installation

In a terminal/commandline inside this directory, run

pip install .

For a development install, run

pip install -e .

Examples

Inside the examples directory you'll find some examples of how to use the widget.

  • demo simple.ipynb
    Start here for a demonstration of how the API can be used.
  • demo generators.ipynb
    This example uses built-in NetworkX generators to render some interesting graphs.
  • demo factor.ipynb
    This is a small example that factors a number between 0-100.
  • demo twitter.ipynb
    This example renders Twitter retweets in realtime.