Cetak JSON dengan benar di Colab

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