Show More
@@ -103,7 +103,7 class IPythonWidget(FrontendWidget): | |||
|
103 | 103 | |
|
104 | 104 | # IPythonWidget protected class variables. |
|
105 | 105 | _PromptBlock = namedtuple('_PromptBlock', ['block', 'length', 'number']) |
|
106 | _payload_source_edit = 'edit' | |
|
106 | _payload_source_edit = 'edit_magic' | |
|
107 | 107 | _payload_source_exit = 'ask_exit' |
|
108 | 108 | _payload_source_next_input = 'set_next_input' |
|
109 | 109 | _payload_source_page = 'page' |
General Comments 0
You need to be logged in to leave comments.
Login now