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 - Setting for cell output limit #146139

Closed
jaymegordo opened this issue Mar 27, 2022 · 2 comments
Closed

Notebook - Setting for cell output limit #146139

jaymegordo opened this issue Mar 27, 2022 · 2 comments
Assignees

Comments

@jaymegordo
Copy link

jaymegordo commented Mar 27, 2022

I recently started getting this warning when trying to display more than 2 outputs from a notebook cell (eg 3 dataframes):
image

I'm pretty sure it's related to this recent change:

this._outputContainerRenderer = this.instantiationService.createInstance(CellOutputContainer, notebookEditor, viewCell, templateData, { limit: 2 });

Could you please add a setting so this value can be modified by the user? Thanks!

@gjsjohnmurray
Copy link
Contributor

Being fixed in #146228

@rebornix
Copy link
Member

Thanks @gjsjohnmurray for referencing. It should be fixed in next Stable/Insiders.

@github-actions github-actions bot locked and limited conversation to collaborators May 13, 2022
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

3 participants