MCPcopy Index your code
hub / github.com/ipython/ipython / enable_gui

Method enable_gui

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

Source from the content-addressed store, hash-verified

3802 active_eventloop: Optional[str] = None
3803
3804 def enable_gui(self, gui=None):
3805 raise NotImplementedError('Implement enable_gui in a subclass')
3806
3807 def enable_matplotlib(self, gui=None):
3808 """Enable interactive matplotlib and inline figure support.

Callers 2

enable_matplotlibMethod · 0.95
guiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected