This is a modified version of ipython-d3networkx originally developed by Jonathan Frederic (jon.freder@gmail.com). The original can be found here.
This package is installed when installing PyscesToolbox as a git submodule and is not meant to be installed manually.
The original readme follows below:
An IPython notebook widget that uses D3.js and NetworkX to make really cool, interactive, force directed graphs.
In a terminal/commandline inside this directory, run
pip install .
For a development install, run
pip install -e .
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.