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