microsoft / python-in-excel

Python in Microsoft Excel
MIT License
488 stars 30 forks source link

Diagnostics pane should use a monospaced font #42

Open fzumstein opened 8 months ago

fzumstein commented 8 months ago

df.info() is about the first thing you run on your data, but it gets shown in a hard to read form in the Diagnostics pane, see screenshot. A monospaced font would solve that. Also, under "Diagnostics", I would expect some technical debug info, not just some standard output/print statements. Why is this not simply called Output as in VS Code?

Screenshot 2023-10-16 at 4 07 04 PM
keyur32 commented 8 months ago

Great suggestion! We got a bug logged on this to investigate. Thanks!