-
Notifications
You must be signed in to change notification settings - Fork 160
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
Disregard memory address for plots #753
Comments
The library which produces the plots likely uses a default text representation. Making it return something more stable should help. What library are you using and in which language? |
I am using python's matplotlib library. How do I get it to do that? |
If the document has changed, it is the job of a VCS/diff tool to tell you about it. That said, you have a few options:
Given all this, option 1 definitely seems like the cleanest solution if you are able to, but that isn't really something we can help you with though. |
My git diffs are populated with a lot of entries every time I re-run cells that produce images, likely because the hashes include the memory address which changes each time.
Could this be avoided somehow?
This discussion began here:
https://groups.google.com/g/jupyter/c/srQPpo6otKc
The text was updated successfully, but these errors were encountered: