Skip to content

Commit fa3076e

Browse files
committed
Don't trim the result
1 parent b03bbe3 commit fa3076e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

template/ipython_kernel_config.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,3 +962,8 @@
962962
## Username for the Session. Default is your system username.
963963
# Default: 'user'
964964
# c.Session.username = 'user'
965+
966+
# Truncate large collections (lists, dicts, tuples, sets) to this size.
967+
# Set to 0 to disable truncation.
968+
# Default: 1000
969+
c.PlainTextFormatter.max_seq_length = 0

0 commit comments

Comments
 (0)