Add a limit of output in jupyter c# kernel #30
Labels
Area-Formatting
Data and object formatting as HTML and plaintext
bug
Something isn't working
Impact-Low
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.
The text was updated successfully, but these errors were encountered: