Правильно напечатайте JSON в Колабе
import json
...
print json.dumps(my_dict, indent=1)
notorious
import json
...
print json.dumps(my_dict, indent=1)