in IPython 3.0, I was importing EventfulList like so: from IPython.utils.traitlets import EventfulList In IPython 4.0, traitlets is abstracted, which is awesome by the way, but I can't find traitlets.eventful. What am I missing?