##// END OF EJS Templates
Merge pull request #3561 from minrk/double-c-c...
Matthias Bussonnier -
r11233:4b18b345 merge
parent child Browse files
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