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