Show More
@@ -711,9 +711,8 b' class TerminalInteractiveShell(InteractiveShell):' | |||
|
711 | 711 | |
|
712 | 712 | active_eventloop = None |
|
713 | 713 | def enable_gui(self, gui=None): |
|
714 |
if gui and (gui not in { |
|
|
715 |
self.active_eventloop, self._inputhook = |
|
|
716 | get_inputhook_name_and_func(gui) | |
|
714 | if gui and (gui not in {"inline", "webagg"}): | |
|
715 | self.active_eventloop, self._inputhook = get_inputhook_name_and_func(gui) | |
|
717 | 716 | else: |
|
718 | 717 | self.active_eventloop = self._inputhook = None |
|
719 | 718 |
General Comments 0
You need to be logged in to leave comments.
Login now