We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1215c4b commit 5a13c61Copy full SHA for 5a13c61
jupyter_server/serverapp.py
@@ -1580,7 +1580,7 @@ def notebook_info(self, kernel_count=True):
1580
info += _("Jupyter Server {version} is running at:\n{url}".
1581
format(version=ServerApp.version, url=self.display_url))
1582
if self.gateway_config.gateway_enabled:
1583
- info += _("\nKernels will be managed by the Gateway server running at:\n%s") % self.gateway_url
+ info += _("\nKernels will be managed by the Gateway server running at:\n%s") % self.gateway_config.url
1584
return info
1585
1586
def server_info(self):
0 commit comments