This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Disable/speed up console output animation? #4049
|
For example this cell takes 16 seconds to run seemingly because the console output is being animated, or just very slowly printed
|
Answered by
jonsequitur
Sep 17, 2025
Replies: 1 comment 2 replies
|
The performance bottlenecks here would be in two places:
Serializer performance optimizations are something we could fix within his project, although so far this hasn't been a priority because this kind of message volume is unusual in practice. |
2 replies
Answer selected by
rynoV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The performance bottlenecks here would be in two places:
StandardOutputValueProducedevent messagesSerializer performance optimizations are something we could fix within his project, although so far this hasn't been a priority because this kind of message volume is unusual in practice.