##// END OF EJS Templates
Add blank line before input prompt
Thomas Kluyver -
Show More
@@ -106,6 +106,7 b' class PTInteractiveShell(InteractiveShell):'
106 else:
106 else:
107 if document:
107 if document:
108 self.run_cell(document.text, store_history=True)
108 self.run_cell(document.text, store_history=True)
109 print(self.separate_in, end='')
109
110
110
111
111 if __name__ == '__main__':
112 if __name__ == '__main__':
General Comments 0
You need to be logged in to leave comments. Login now