ipython-d3networkx icon indicating copy to clipboard operation
ipython-d3networkx copied to clipboard

D3 Widget examples

Results 5 ipython-d3networkx issues
Sort by recently updated
recently updated
newest added

Using just the same code, importing with ```python from d3networkx import ForceDirectedGraph, EventfulGraph ``` results in the error: ```python ModuleNotFoundError: No module named 'eventful_dict' ``` My guess is this is...

I'm trying to plot a simple graph with a node and a child. Sometimes it renders 3 nodes (2 of them connected). Other times it renders nothing. What am I...

I don't remember the state of including Javascript rendered components on the nbviewer. Is that possible in general now? Is it possible with D3? We're thinking about converting all networkx...

Since we are limited by iPython in the overall canvas size, incorporating the D3 Pan and Zoom features would be awesome for making use of the limited space. It would...

enhancement

Thanks for this great code! We have been discussing it over at https://github.com/wrobstory/vincent/issues/96 How would one render a simple, static graph? Ideally something like: ``` g = networkx.erdos_renyi(100,.1) render(g) ```...