mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
Merge pull request #6062 from minrk/rm-2.1.11
Remove a sleep no longer needed with the current base zmq version
This commit is contained in:
commit
ba16f5ab0c
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user