##// END OF EJS Templates
Merge pull request #6062 from minrk/rm-2.1.11...
Min RK -
r17110:a5c2857a merge
parent child Browse files
Show More
@@ -714,8 +714,6 b' class NotebookApp(BaseIPythonApplication):'
714
714
715 This doesn't work on Windows.
715 This doesn't work on Windows.
716 """
716 """
717 # FIXME: remove this delay when pyzmq dependency is >= 2.1.11
718 time.sleep(0.1)
719 info = self.log.info
717 info = self.log.info
720 info('interrupted')
718 info('interrupted')
721 print(self.notebook_info())
719 print(self.notebook_info())
General Comments 0
You need to be logged in to leave comments. Login now