Show More
@@ -57,8 +57,7 b' class ZMQShellDisplayHook(DisplayHook):' | |||||
57 |
|
57 | |||
58 | def write_output_prompt(self): |
|
58 | def write_output_prompt(self): | |
59 | """Write the output prompt.""" |
|
59 | """Write the output prompt.""" | |
60 | if self.do_full_cache: |
|
60 | self.msg['content']['execution_count'] = self.prompt_count | |
61 | self.msg['content']['execution_count'] = self.prompt_count |
|
|||
62 |
|
61 | |||
63 | def write_format_data(self, format_dict): |
|
62 | def write_format_data(self, format_dict): | |
64 | _encode_binary(format_dict) |
|
63 | _encode_binary(format_dict) |
General Comments 0
You need to be logged in to leave comments.
Login now