Skip to content

Commit

Permalink
Widget: Update error message when server times out
Browse files Browse the repository at this point in the history
We no longer use 'jupyter notebook' but added a menu item to check the
output of the server process, so refer to that.
  • Loading branch information
jitseniesen committed Dec 29, 2020
1 parent 10aff84 commit b3a2f32
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions spyder_notebook/widgets/notebooktabwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,9 @@ def handle_server_timed_out_or_error(self):
QMessageBox.critical(
self,
_("Server error"),
_("The Jupyter Notebook server failed to start or it is "
"taking too much time to do it. Please start it in a "
"system terminal with the command 'jupyter notebook' to "
"check for errors."))
_("The Spyder Notebook server failed to start or it is "
"taking too much time to do it. Please select 'Server info' "
"in the plugin's option menu to check for errors."))
# Create a welcome widget
# See issue 93
self.untitled_num -= 1
Expand Down

0 comments on commit b3a2f32

Please sign in to comment.