-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Description
I'm sorry if this seems like a dumb question, but I'm running Jupyter, Python 2.7, Windows, and Ipython notebook. I have installed graphviz and xdot.
from StringIO import StringIO
import objgraph
x = [[1,2,3], 4,5,6]
objgraph.show_refs([x], output=StringIO())
I don't see anything when I run this.