Reputation: 65
I do have a non-major issue, but hope for help here.
I user Jupyter Notebook on VS-Code and my output for simple statements looks quit weird when it prints out. For an example a simple statement like df.info prints like in the picture attached. Screenshot of weird output
Thank you all for your advise how to get my output aligned.
Best regards!
Upvotes: 0
Views: 1249
Reputation: 1
I had exactly the same issue and tried changing my font and it got fixed! the following fonts worked: Consolas, Courier New, and Monospace. Monaco, Menlo, Droid Sans Mono, Inconsolata didn't work for me.
Upvotes: 0
Reputation: 2812
You should install the official Jupyter plugin on vscode. Check this. Make sure to remove the previous one reload vscode, install the new one.
Upvotes: 1