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

Expansion of cell output windows #1673

Closed
bpops opened this issue Dec 2, 2019 · 10 comments
Closed

Expansion of cell output windows #1673

bpops opened this issue Dec 2, 2019 · 10 comments
Assignees
Labels
notebook-output verified Verification succeeded

Comments

@bpops
Copy link

bpops commented Dec 2, 2019

It would be fantastic if the notebook editor could provide expanded output cells, such that scrolling the individual cell windows would not be required. This is currently an option in Jupyter notebooks by double-clicking the side of the window to toggle expanded/compact.

Could be an toggle feature similar to that, a setting to apply to all, etc.

@DavidKutu
Copy link

Good suggestion. We'll look into it.

@antoniomolram
Copy link

I will really need this feature, scroll for single outputs is not comfortable at all

@superfinn23
Copy link

I also think this should be an option. Would make life much easier.

@Juna2
Copy link

Juna2 commented Jun 19, 2020

I strongly recommend making the feature. It's really inconvenient.

@DavidKutu
Copy link

Before we turn our attention to this enhancement, I wanted to give everyone an option to look at big cells without scrolling with our settings:

  • Set 'Python › Data Science: Enable Scrolling For Cell Outputs' to false. This setting makes the box be the size of the cell output.

  • Another option is to have that setting enabled, and change 'Python › Data Science: Max Output Size'. That setting changes the maximum output size for all cells, it goes from 0 to 9999 pixels. That could also get rid of most of your scrollbars.

@greazer
Copy link
Member

greazer commented Jul 2, 2020

Please upvote if the workaround David supplied above doesn't work well for you.

@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 13, 2020
@m-beau
Copy link

m-beau commented Jun 1, 2021

  • Python › Data Science

I cannot find this setting anywhere. Do I need to literally write down "python.DataScience.EnableScrollingForCellOutputs": false in the settings json file?

Thanks!

@DavidKutu
Copy link

Hi @m-beau, sorry for the trouble! This is the new setting:
"jupyter.maxOutputSize": 400

It changed because we used to be part of the python extension.

@m-beau
Copy link

m-beau commented Jun 11, 2021

Amazing cheers!

@greazer greazer self-assigned this Sep 2, 2021
@greazer greazer added this to the September 2021 milestone Sep 2, 2021
@greazer
Copy link
Member

greazer commented Sep 8, 2021

Closing as additional considerations for this issue are covered by other bugs such as #7096 and microsoft/vscode#131574

@greazer greazer closed this as completed Sep 8, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 16, 2021
@IanMatthewHuff IanMatthewHuff added the verified Verification succeeded label Sep 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
notebook-output verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

9 participants