Skip to content

exe0cdc/ipython-d3networkx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipython-d3networkx-psctb

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:

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

  • Python 98.0%
  • Shell 2.0%