Can I set the ouput part to be a sliding window? #9863
-
Can I set the ouput part to be a sliding window just like the classic jupyter can be? In that way I can move less while see more data. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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: |
Beta Was this translation helpful? Give feedback.
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