MCPcopy Create free account
hub / github.com/ipython/ipython / enable_gui

Method enable_gui

IPython/core/interactiveshell.py:3468–3469  ·  view source on GitHub ↗
(self, gui=None)

Source from the content-addressed store, hash-verified

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.

Callers 1

enable_matplotlibMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected