(self, gui=None)
| 3466 | active_eventloop = None |
| 3467 | |
| 3468 | def enable_gui(self, gui=None): |
| 3469 | raise NotImplementedError('Implement enable_gui in a subclass') |
| 3470 | |
| 3471 | def enable_matplotlib(self, gui=None): |
| 3472 | """Enable interactive matplotlib and inline figure support. |