Satya K
Satya K
We do have **See also** section in `posts.html`. It would be more relevant if we show posts which are of same `category`. If there are no posts such, then we...
 will this effect?
It would be much better if we can add featured posts feature to this theme
sc = nx.read_gpickle('Datasets/Synthetic Social Network.pkl') plt.figure(figsize=(10,7)) nx.draw_networkx(sc,node_color='c',node_size=900,with_labels=True) got this error AttributeError Traceback (most recent call last) in 3 plt.figure(figsize=(10,7)) 4 ----> 5 nx.draw_networkx(sc,node_color='c',node_size=900,with_labels=True) ~/.local/lib/python3.6/site-packages/networkx/drawing/nx_pylab.py in draw_networkx(G, pos, arrows, with_labels, **kwds)...