mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
Merge pull request #3561 from minrk/double-c-c
mention double-control-C to stop notebook server in the initial log message.
This commit is contained in:
commit
e9c2ac802d
@ -714,7 +714,7 @@ class NotebookApp(BaseIPythonApplication):
|
||||
self.base_project_url)
|
||||
for line in self.notebook_info().split("\n"):
|
||||
info(line)
|
||||
info("Use Control-C to stop this server and shut down all kernels.")
|
||||
info("Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).")
|
||||
|
||||
if self.open_browser or self.file_to_run:
|
||||
ip = self.ip or LOCALHOST
|
||||
|
Loading…
Reference in New Issue
Block a user