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

Notebook: Can't scroll horizontally to see cell output. #115169

Closed
greazer opened this issue Jan 27, 2021 · 1 comment
Closed

Notebook: Can't scroll horizontally to see cell output. #115169

greazer opened this issue Jan 27, 2021 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders notebook verified Verification succeeded
Milestone

Comments

@greazer
Copy link
Member

greazer commented Jan 27, 2021

Steps to Reproduce:

  1. Jupyter and Python extension (pre-release of Python Native Notebook support)
  2. Create a notebook with this code:
for i in range(1000):
    print(i, end=',')
  1. Output will not be scrollable to see the end. And it just appears buggy in general.

image

Extracted from: microsoft/vscode-jupyter#4406

@rebornix rebornix added this to the January 2021 milestone Jan 27, 2021
@rebornix rebornix added bug Issue identified by VS Code Team member as probable bug notebook labels Jan 27, 2021
@connor4312 connor4312 added the verified Verification succeeded label Jan 28, 2021
plainerman pushed a commit to plainerman/vscode that referenced this issue Feb 2, 2021
MarcoZehe pushed a commit to MarcoZehe/vscode that referenced this issue Feb 3, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Mar 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders notebook verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@rebornix @connor4312 @greazer and others