Unlike the code editor, the current version of the extension does not support scroll past the end in the Python Interactive tab. The only way to bring the output cells on the screen up is to run empty cell, which is a common practice in the data science community by people using Jupyter. People in the community have been requesting this feature of scroll past the end for a while.
I wonder if the vscode term can make this happen!

Not sure why is this necessary? Just so you can see the output at the top?
We can add extra space at the bottom, but then the scrollbar appears when there's nothing to scroll.
This is actually driving me crazy as I can't see the end of the stuff I just entered.
@rchiodo any update on this one buddy?
We move issues to the backlog when we're about to work on them. This one is not currently a high priority.
I don't think it would be tough to implement. The control we created to host the cell results would just need a div added after the list of results.
This was shipped a month or two ago
Most helpful comment
This is actually driving me crazy as I can't see the end of the stuff I just entered.