Can't display a long list of DateObject or Quantity objects #277
Closed
Hachann
started this conversation in
Frontend & UI
Replies: 2 comments
-
This fits better Issues. I moved it to there ;) |
Beta Was this translation helpful? Give feedback.
0 replies
-
In general this is correct. We have probably seen something like this This is natural limitations of big outputs. If we allow bigger, then our editor (CodeMirror 6) struggles to render all of it. In order not to affect UX, we limit the maximum output length (as characters). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
RandomDate[n]
outputs a list of Dates (DateObject
Head) up to n = 147. Starting at n = 148, there is no output.Differences @ RandomDate[n]
outputs a list of dates differences (Quantity
Head) up to n = 206. Starting at n = 207, there is no output.Beta Was this translation helpful? Give feedback.
All reactions