From a5c2857a5cca6dbc7f5ca477ae32edc343cd3c49 2014-06-28 18:15:14 From: Min RK Date: 2014-06-28 18:15:14 Subject: [PATCH] Merge pull request #6062 from minrk/rm-2.1.11 Remove a sleep no longer needed with the current base zmq version --- diff --git a/IPython/html/notebookapp.py b/IPython/html/notebookapp.py index 0533f8a..8104ec2 100644 --- a/IPython/html/notebookapp.py +++ b/IPython/html/notebookapp.py @@ -714,8 +714,6 @@ class NotebookApp(BaseIPythonApplication): This doesn't work on Windows. """ - # FIXME: remove this delay when pyzmq dependency is >= 2.1.11 - time.sleep(0.1) info = self.log.info info('interrupted') print(self.notebook_info())