Point to file in terminal message

Thomas Kluyver 7 years ago
parent 28e296fc9f
commit 92362103e3

@ -1805,8 +1805,9 @@ class NotebookApp(JupyterApp):
# with auth info.
self.log.critical('\n'.join([
'\n',
'Copy/paste this URL into your browser when you connect for the first time,',
'to login with a token:',
'To access the notebook, open this file in a browser:',
' %s' % urljoin('file:', pathname2url(self.browser_open_file)),
'Or copy and paste one of these URLs:',
' %s' % self.display_url,
]))

Loading…
Cancel
Save