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

Add a limit of output in jupyter c# kernel #30

Open
viblo opened this issue Nov 14, 2019 · 0 comments
Open

Add a limit of output in jupyter c# kernel #30

viblo opened this issue Nov 14, 2019 · 0 comments
Labels
Area-Formatting Data and object formatting as HTML and plaintext bug Something isn't working Impact-Low

Comments

@viblo
Copy link

viblo commented Nov 14, 2019

Is your feature request related to a problem? Please describe.
Sometimes I will print out a lot of data by mistake, and since the notebook does not have any limits the output of a single cell can become 100s of MB big rendering the notebook unusable. This can easily happen if you have a BsonDocument object retrieved from MongoDB, since it seems like there's some bug when printing those creating huge outputs.

Describe the solution you'd like
I would like to have a limit on how much can be printed. Preferably configurable, and different limits for basic prints and prints of tables (limit of number of rows and number of columns and length of each column). These limits exists when using notebook with python kernels.

Describe alternatives you've considered
Fixing display of BsonDocuments would fix this for my specific case, but a general limit of output would be much better since it protects against all cases.

Read More
I could not find a mention of this feature anywhere.

@jonsequitur jonsequitur transferred this issue from dotnet/try Jan 24, 2020
@jonsequitur jonsequitur added the bug Something isn't working label Jan 24, 2020
@colombod colombod added the Area-Visualization Plotting, data & object visualization as charts etc label Jul 22, 2020
@dsyme dsyme added Area-Formatting Data and object formatting as HTML and plaintext and removed Area-Visualization Plotting, data & object visualization as charts etc labels Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Formatting Data and object formatting as HTML and plaintext bug Something isn't working Impact-Low
Projects
None yet
Development

No branches or pull requests

5 participants