Don't duplicate token in displayed URL

Closes gh-3620
pull/3656/head
Thomas Kluyver 8 years ago
parent 459b92cd23
commit c16701af84

@ -1657,7 +1657,7 @@ class NotebookApp(JupyterApp):
'\n',
'Copy/paste this URL into your browser when you connect for the first time,',
'to login with a token:',
' %s' % url_concat(self.display_url, {'token': self.token}),
' %s' % self.display_url,
]))
self.io_loop = ioloop.IOLoop.current()

Loading…
Cancel
Save