Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

descriptive log for port unavailable and port-retries=0#5136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Zsailer merged 2 commits intojupyter:masterfrompallavibharadwaj:issue_1914
Jan 7, 2020
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
descriptive log for port unavailable and port-retries=0
  • Loading branch information
@pallavibharadwaj
pallavibharadwaj committedJan 4, 2020
commitd04b35cab5e09a5a3b55b58ba41b778d234665cb
6 changes: 5 additions & 1 deletionnotebook/notebookapp.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1502,8 +1502,12 @@ def init_webapp(self):
success = True
break
if not success:
self.log.critical(_('ERROR: the notebook server could not be started because '
if self.port_retries:
self.log.critical(_('ERROR: the notebook server could not be started because '
'no available port could be found.'))
else:
self.log.critical(_('ERROR: the notebook server could not be started because '
'port %i is not available.') % port)
self.exit(1)

@property
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp