ipython / ipyparallel

IPython Parallel: Interactive Parallel Computing in Python

Home Page:https://ipyparallel.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible typo in Hub

jburroni opened this issue · comments

In the following line,

self.mon_stream.flush()

the mon_stream attribute is undefined.

You're right, it should be self.monitor. Would you like to make a PR?