Skip to content

Can I set the ouput part to be a sliding window? #9863

Discussion options

You must be logged in to vote

Hi @Excespo, I assume you're wishing to be able have cell output that is scrollable separately from the notebook. Notebooks in VS Code do not support this model at the moment. However, you can change the number of lines output to be less than the default of 30, and then view the full output in a separate editor.

Note that the full output editor is live, so it will update as more output is generated.

Here's a contrived example where I set the size limit to 5.

If this isn't sufficient, please consider upvoting these two issues:
microsoft/vscode#144111
#7096

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by greazer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants