From 095ad2d927fd476adf3c906f74d6b05cb6eed631 2013-07-06 17:50:11 From: MinRK Date: 2013-07-06 17:50:11 Subject: [PATCH] mention double-control-C to stop notebook server in the initial log message. closes #2971 --- diff --git a/IPython/html/notebookapp.py b/IPython/html/notebookapp.py index 561edb5..917accc 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