Imprimir correctamente JSON en Colab

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