benmaier/netwulf

Object of type 'set' is not JSON serializable

chaoyue729 opened this issue · 4 comments

when i try the third example
`import networkx as nx
...: import community
...: from netwulf import visualize
...:
...: G = nx.random_partition_graph([10,10,10],.25,.01)
...: bb = community.best_partition(G) # dict of node-community pairs
...: nx.set_node_attributes(G, bb, 'group')
...:
...:

In [6]: visualize(G)`

yup, I fixed that yesterday but haven't had time to push to PyPi so far. I did that now, so this should work with version 0.0.13

yup, I fixed that yesterday but haven't had time to push to PyPi so far. I did that now, so this should work with version 0.0.13

i have already update the package, Thanks !
another issue is how to close the session in ipython?

closing this, feel free to open a new one for other issues