Skip to content

Instantly share code, notes, and snippets.

@robdmc
Created June 5, 2020 22:05
Show Gist options
  • Select an option

  • Save robdmc/8dd9f05825d3db6b115cf8dffe6b534c to your computer and use it in GitHub Desktop.

Select an option

Save robdmc/8dd9f05825d3db6b115cf8dffe6b534c to your computer and use it in GitHub Desktop.
Pretty Print Display Hook
import pprint
import sys
sys.displayhook = pprint.pprint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment