From 7fe1b00cdccfd8bf2fdd3eecf524bdbb8ba5ac14 Mon Sep 17 00:00:00 2001 From: MinRK Date: Fri, 5 Jul 2013 22:30:12 -0700 Subject: [PATCH] mention double-control-C to stop notebook server in the initial log message. closes #2971 --- IPython/html/notebookapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/notebookapp.py b/IPython/html/notebookapp.py index 561edb5f8..917accc57 100644 --- a/IPython/html/notebookapp.py +++ b/IPython/html/notebookapp.py @@ -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