Imprimez correctement JSON à Colab

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