AbdoCherry
AbdoCherry

Reputation: 65

Output on Jupyter Notebook looks weird

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

Answers (2)

T H
T H

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

Sadra
Sadra

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

Related Questions