This message was deleted.
# ask-anything
s
This message was deleted.
i
Interesting point, does it happens for you on both platforms?
Opened an issue, feel free to add more context in there https://github.com/ploomber/ploomber/issues/877
g
On my Linux, all dicts are in a line. It works fine on my Windows platform with the same code. Like below:
For ones who encounter the same problem, a workaround before ploomber fix it is:
Copy code
import pprint
pprint.pprint(upstream)
e
hey @gaoyang liu, you can fix this by installing black, then ploomber will automatically format the dictionaries:
pip install black
let me know if that fixes it
g
Wow, by installing black it is solved perfectly. Thanks a lot.👍
🎉 1