Welcome to ipyd3’s documentation!¶
ipyd3 is a library that attemps to wrap the javascript library D3.js in a Jupyter Widget. D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS.
Right now we have only implemented the Force Directed Graph and the Hierarchical Graph functionality of the D3.js library. If you would like to add another functionality please add a merge request with your source code and we will expand the libary!
Installation
Force Directed Graph