Satya K

Results 5 issues of 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...

enhancement
v4

![image](https://user-images.githubusercontent.com/43106076/84812412-00ff4380-b02c-11ea-9b14-718f27fff070.png) will this effect?

question

It would be much better if we can add featured posts feature to this theme

enhancement

Can any one help me how to get pagination for this site

enhancement

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)...