##// END OF EJS Templates
prompt_count should be unconditional in pyout messages
MinRK -
Show More
@@ -57,7 +57,6 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:
61 self.msg['content']['execution_count'] = self.prompt_count
60 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):
General Comments 0
You need to be logged in to leave comments. Login now