-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
output is graphviz.files.Source object #47
Comments
Ah yes, this is the feature where if you used a graphical ipython/jupyter console, you'd see the graph inline: #28 Clearly it doesn't work that well in a text-only console. Two things seem broken to me:
Regarding the first, could you please report what the following returns in your ipython shell?
Regarding the second, I've just committed a fix. Can you please try git master? |
Oh, you are using Jupyter! Maybe the inline graphs don't work in the web-based console? I think the original contributor was using qtconsole. Or maybe the problem is just that you don't have graphviz itself installed:
|
Yes, I tested |
It would be helpful to also know what
You have the Also, the programs installed (specifically |
I didn't know this would require this much work... I no longer need it but here it is:
I will do that when I need objgraph again. |
Thank you, that'll let me improve the autodetection code to avoid trying to put inline graphics in environments where they don't work! |
https://build.opensuse.org/request/show/896443 by user dirkmueller + dimstar_suse - version update to 3.5.0 - Do not require ``mock`` for the test suite on Python 3; use unittest.mock instead. - 100% test coverage for each version of Python rather than combined, using ``coverage-python-version``. - Add the optional ``extra_node_attrs`` parameter to ``show_backrefs`` and ``show_backrefs`` - Fix IPython/Jupyter inline graph support code that would kick in even if you explicitly passed a filename='foo.png' argument to ``show_refs``/``show_backrefs``. See `issue 47 <https://github.com/mgedmin/objgraph/issues/47>`_. - Add support for Python 3.8. - Drop support for Python 3.5. - %check: use %pytest rpm macro
In the document it says
But I get this instead, there is no image file
graphviz is installed
The text was updated successfully, but these errors were encountered: