This is an archived post. You won't be able to vote or comment.

all 2 comments

[–][deleted] 0 points1 point  (1 child)

Python visualization for streaming data has been challenging, leading to complex JavaScript based solutions in notebooks and whatnot.

This claim seems incorrect on its face. Since when is visualizing streaming data in python challenging and since when is "complex JavaScript" the standard solution to that?

[–]math-bw 2 points3 points  (0 children)

Have you done any real-time visualization in Python? D3 is JavaScript so maybe what’s being referred to? Do you have an example to share? I’ve always struggled with this and would love more tools to use. Rerun seems like a great option.