Skip to content

jdfreder/ipython-d3plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipython-d3plot

An IPython Widget for D3 Plots.

Currently only implements stacked area plots.

To run from the IPython Notebook with an internet connection:

from d3plot import stackedarea
from d3plot import initialize_notebook
initialize_notebook()

To run without an internet connection, first install the JavaScript and CSS files in $HOME/.ipython/nbextensions by running this script in the source tree of this repository:

python install-nbextension.py

Then call initialize_notebook as follows:

from d3plot import stackedarea
from d3plot import initialize_notebook
initialize_notebook(d3_url='/nbextensions/d3/3.4.7')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages