##// END OF EJS Templates
mention double-control-C to stop notebook server...
MinRK -
Show More
@@ -714,7 +714,7 b' class NotebookApp(BaseIPythonApplication):'
714 self.base_project_url)
714 self.base_project_url)
715 for line in self.notebook_info().split("\n"):
715 for line in self.notebook_info().split("\n"):
716 info(line)
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 if self.open_browser or self.file_to_run:
719 if self.open_browser or self.file_to_run:
720 ip = self.ip or LOCALHOST
720 ip = self.ip or LOCALHOST
General Comments 0
You need to be logged in to leave comments. Login now