[IPython-dev] try jsplugins d3graph

W Gong wen.g.gong at gmail.com
Fri Nov 30 10:29:50 EST 2012


Hi,
I followed the instruction from  jsplugins > d3graph > README.md

d3graph.py : copied to .ipython\extensions

d3graph.js and d3graph.css : copied
to .ipython\profile_default\static\jsplugins\d3graph

(Note: I am on window, using EPD and
ipython-0.13.2.dev-py2.7.egg)

run ipython notebook --pylab inline

open Visualizing Graphs with d3.ipynb

each cell was executed, but the graph did not show up.

But I can plot graph with:

pos=nx.spring_layout(G,iterations=100)
plt.subplot(221)
nx.draw(G,pos,font_size=8)


A screenshot is available at
http://dl.dropbox.com/u/54552252/d3graph_display-not-showing.jpg

Let me what is missing

Thanks,
Wen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20121130/c7e3aa65/attachment.html>


More information about the IPython-dev mailing list