Hi,
<div>I followed the instruction from  jsplugins > d3graph > README.md</div><div><br></div><div>d3graph.py : copied to .ipython\extensions</div><div><br></div><div>d3graph.js and d3graph.css : copied to .ipython\profile_default\static\jsplugins\d3graph</div>
<div><br></div><div>(Note: I am on window, using EPD and </div><div>ipython-0.13.2.dev-py2.7.egg)</div><div><br></div><div>run ipython notebook --pylab inline</div><div><br></div><div>open Visualizing Graphs with d3.ipynb</div>
<div><br></div><div>each cell was executed, but the graph did not show up.</div><div><br></div><div>But I can plot graph with:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><font color="#ff6666">pos=nx.spring_layout(G,iterations=100)</font></div>
</div><div><div><font color="#ff6666">plt.subplot(221)</font></div></div><div><div><font color="#ff6666">nx.draw(G,pos,font_size=8)</font></div></div></blockquote><div><br></div><div>A screenshot is available at </div><div>
<a href="http://dl.dropbox.com/u/54552252/d3graph_display-not-showing.jpg">http://dl.dropbox.com/u/54552252/d3graph_display-not-showing.jpg</a></div><div><br></div><div>Let me what is missing</div><div><br></div><div>Thanks,</div>
<div>Wen</div>