Multiline output appears as one long line #14097
Unanswered
oluckyman
asked this question in
Questions and Answers
Replies: 2 comments 4 replies
-
@amunger /cc |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm seeing it per line - Can you click the output menu and select 'change presentation' to see if you're using a different renderer? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This code expected to print array with each item on a new line:
but it dumps it all in one line:
here is the expected output as it appears in Jupyter notebook:

I found Notebook > Output: Word Wrap setting, that helps a little, making it a wall of text instead of multiple lines. But still it renders unusable rapid prototyping in python in VS Code notebooks.
Am I missing something obvious?
Beta Was this translation helpful? Give feedback.
All reactions