Skip to content

Adjust error notification behavior when unable to connect to the remote jupyter server #9167

Closed

Description

  • Connect to remote Jupyter server A
  • Kill the jupyter server
  • Reload VS Code
  • Open a notebook and run a cell against the local kernel. Everything seems fine.
  • At some point you're interrupted with a modal dialog with the message Failed to connect to the remote jupyter server. View Jupyter log for further details

Suggestions:

  • Don't asynchronously just show a modal dialog box. We need to find a better way to notify the user when this happens. I'd say they don't need to know until they try to choose a kernel.
  • Failed to fetch kernels from the remote jupyter server <name>. View Jupyter log for further details
    Where name is the Uri or the name provided for the connection (in the case of AML or the like).
  • Should we also include a button Disconnect from server?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions