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

Plot outputs on Native Editor get truncated if there is text output as well #2362

Closed
jmew opened this issue Jan 28, 2020 · 6 comments
Closed
Assignees

Comments

@jmew
Copy link
Contributor

jmew commented Jan 28, 2020

If a cell has a plot output only, it will show the full size of the plot in the output

image

If a cell has a plot output but with text, it will get concatenated and then the only way to view the plot is to go into the Plot Viewer

image

This normally would not be a problem but there is no setting at the moment to expand/collapse outputs

JupyterLab/Notebook does not truncate by default

image

@DavidKutu DavidKutu self-assigned this Apr 15, 2020
@jmew
Copy link
Contributor Author

jmew commented Apr 15, 2020

Create a setting to either always truncate or not truncate cell outputs. By default, have it truncate.

@DonJayamanne
Copy link
Contributor

Why not do what Jupyter lab does.
Adding more settings just doesn't make sense to me.

@jmew
Copy link
Contributor Author

jmew commented Apr 15, 2020

@DonJayamanne Had the discussion earlier with David. JupyterLab has the setting for truncation. And he pointed out the edge case of having a lot of text + one plot vs one line of text + a large plot.

@DonJayamanne
Copy link
Contributor

JupyterLab has the setting for truncation

If they have one, sure. I'd ensure we have something similarly named.

@jmew
Copy link
Contributor Author

jmew commented Apr 15, 2020

"Enable scrolling for cell outputs"

@rchiodo
Copy link
Contributor

rchiodo commented Apr 21, 2020

Works for the most part. Enable scrolling doesn't seem to cause an update to the cells, but changing the text size does.

@rchiodo rchiodo closed this as completed Apr 21, 2020
@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2020
@microsoft microsoft unlocked this conversation Nov 13, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 13, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants