mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
Remove a sleep no longer needed with the current base zmq version
This commit is contained in:
parent
0f8bdaa8dc
commit
2460879e81
@ -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