Is there any plotting option in Python (IPython-Jupyter notebook) which accepts generators?
AFAIK matplotlib
doesn't support that. The only option I discovered is plot.ly with their Streaming API, but I would prefer not to use online solution due to big amount of data I need to plot in real-time.