Drucken Sie JSON in Colab richtig aus

import json
...
print json.dumps(my_dict, indent=1)
notorious