Can't get to work on Ipython
Open
Nobody has claimed this yet.
help-needed
- Dominant language
- Python
- Stars
- 840
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the supplied objgraph.show_refs snippet in the stated Jupyter, Python 2.7, and Windows environment, checking how its StringIO output is handled. Compare the observed behavior with objgraph's documented output expectations; done means the graph is visible or the limitation and required usage are clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100