-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Labels
notebook-executionKernels issues (start/restart/switch/execution, install ipykernel)Kernels issues (start/restart/switch/execution, install ipykernel)notebook-remoteApplies to remote Jupyter ServersApplies to remote Jupyter ServerspolishCleanup and polish issueCleanup and polish issue
Description
Define idealized UX for connecting to remote Jupyter servers
Open questions
1. If we were to improve current UX/UI...
What does the user expect to see in the kernel drop down list when...
- They're on VS Code desktop / vscode.dev / Codespaces?
- They have N Python environments?
a. Python not installed
b. Only global Python envs (is "Global Env" descriptive enough?)
c. Multiple Python environment manager types - Opening a notebook for the N-th time (i.e. kernel suggestion)?
- The user is connected to a local Jupyter kernel, but have connected to a remote Jupyter server via the
Specify Jupyter Server for Connections
command? Current:
How well are these remote server connection entry-points served?
- Specifying an currently running Jupyter URI with password authentication does not work
- Running a cell without selecting a kernel ❔
- Using SSH to start & connect to a Jupyter server (e.g. access remote notebook via port forwarding) ❔
a. Command line SSH
b. Remote-SSH extension - Going backwards, clicking on 'Jupyter Server: <Local/Remote>' button doesn't give option to disconnect / "connect" back to local server
What does the user expect to see in the remote connection server drop down list when...
- There are multiple connection tokens for the same URI? E.g. how do we represent the notion of multiple tokens for the same server, and how would we save tokens?
- There are multiple older connections for the same URI? Current:
- There are one or more local Jupyter servers running (i.e. http://localhost:8888/?token=<...>)?
- Some existing connections are active / reachable and some are inactive / unreachable?
2. If we were to "reimagine" the UX/UI...
What does the user expect to see in the VS Code window when connected to a kernel / Jupyter server?
- File system in the context of the kernel / server?
- Integrated terminal in the context of the kernel / server?
- Should connecting to a remote Jupyter server be treated as a Remote Window? i.e. a part of this (the
><
indicator on bottom left):
a. How about when user typesjupyter notebook
in the integrated terminal? Should this open a Remote Window instance on VS Code?
Metadata
Metadata
Assignees
Labels
notebook-executionKernels issues (start/restart/switch/execution, install ipykernel)Kernels issues (start/restart/switch/execution, install ipykernel)notebook-remoteApplies to remote Jupyter ServersApplies to remote Jupyter ServerspolishCleanup and polish issueCleanup and polish issue