Skip to content

jdfreder/ipython-d3networkx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

D3 Widget examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages