Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shift+O behavior to toggle whether long output is full displayed or made scrollable is missing #131574

Closed
greazer opened this issue Aug 24, 2021 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality notebook-commands notebook-output

Comments

@greazer
Copy link
Member

greazer commented Aug 24, 2021

Testing #131209

  • Run a cell that contains something like:
for i in range(0,1000): 
    print(i)

By default VS Code will show 30 lines and provide a link to view the entire output. In Jupyter, the expectation would be that pressing Shift+O would allow you to see the entire output inline within the notebook. It will toggle back to truncated (or scrollable in the case of Jupyter) on pressing Shift+O again.

Note that this issue is highly related to microsoft/vscode-jupyter#7096

@greazer
Copy link
Member Author

greazer commented May 2, 2022

Closing as dupe of #144111, since that one was entered by a non-biased user. :)

@greazer greazer closed this as completed May 2, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jun 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality notebook-commands notebook-output
Projects
None yet
Development

No branches or pull requests

6 participants
@rebornix @DonJayamanne @greazer @tanhakabir @joyceerhl and others