Show More
@@ -714,7 +714,7 b' class NotebookApp(BaseIPythonApplication):' | |||
|
714 | 714 | self.base_project_url) |
|
715 | 715 | for line in self.notebook_info().split("\n"): |
|
716 | 716 | info(line) |
|
717 | info("Use Control-C to stop this server and shut down all kernels.") | |
|
717 | info("Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).") | |
|
718 | 718 | |
|
719 | 719 | if self.open_browser or self.file_to_run: |
|
720 | 720 | ip = self.ip or LOCALHOST |
General Comments 0
You need to be logged in to leave comments.
Login now