Show More
@@ -545,10 +545,10 b' class NotebookApp(BaseIPythonApplication):' | |||||
545 | if not self.ip: |
|
545 | if not self.ip: | |
546 | warning = "WARNING: The notebook server is listening on all IP addresses" |
|
546 | warning = "WARNING: The notebook server is listening on all IP addresses" | |
547 | if ssl_options is None: |
|
547 | if ssl_options is None: | |
548 | self.log.critical(warning + " and not using encryption. This" |
|
548 | self.log.critical(warning + " and not using encryption. This " | |
549 | "is not recommended.") |
|
549 | "is not recommended.") | |
550 | if not self.password and not self.read_only: |
|
550 | if not self.password and not self.read_only: | |
551 | self.log.critical(warning + "and not using authentication." |
|
551 | self.log.critical(warning + " and not using authentication. " | |
552 | "This is highly insecure and not recommended.") |
|
552 | "This is highly insecure and not recommended.") | |
553 | success = None |
|
553 | success = None | |
554 | for port in random_ports(self.port, self.port_retries+1): |
|
554 | for port in random_ports(self.port, self.port_retries+1): |
General Comments 0
You need to be logged in to leave comments.
Login now