Imprima corretamente JSON em Colab

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