NetworkxD3 icon indicating copy to clipboard operation
NetworkxD3 copied to clipboard

D3 JavaScript networkx Graphs in Python

Results 4 NetworkxD3 issues
Sort by recently updated
recently updated
newest added

``` import networkx as nx from rpy2.robjects.packages import importr import rpy2.robjects as ro import pandas as p from rpy2.robjects import pandas2ri pandas2ri.activate() def simpleNetworkx(G): ro.r('src = c()') ro.r('target =c()') ro.r('rdf=data.frame()')...

I had to downgrade to Pandas 0.19.1 due to another error. Now I get the following error. Please provide the package versions you used: ``` import networkx as nx from...

[Apologies in advance if it transpires that this issue is due to my newbie-ness.] After installing NetworkxD3 as described and trying to run the MWE provided (see end), I get...

I tried to open `NetworkxD3example.ipynb`, but neither Github, nbviewer nor my local jupyter installation could handle it. Here's jupyter's error message: ``` Unreadable Notebook: /tmp/NetworkxD3/NetworkxD3example.ipynb NotJSONError('Notebook does not appear to...