def __init__(self, loopFunc, **kw): self.thread = None self.loopFunc = loopFunc ipywidgets.interact(self.toggler, x=ipywidgets.ToggleButton(**kw))