##// END OF EJS Templates
Remove a sleep no longer needed with the current base zmq version
MinRK -
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