-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Milestone
Description
Remote support is confusing:
- Choosing/changing remote local servers is buggy and confusing. #10363
- Suggestion: Query clipboard permissions when opening an existing server instead of always prompting #10191
Using this issue to describe the use cases.
Use Cases
- (web) User opens a notebook and wants to run a cell so they can see the output of a cell
- (web) User is in a notebook and wants to run a cell in the browser so they don't have to pay for/setup a remote compute
- (web) User is in a notebook and wants to run a cell on their local machine so they don't have to pay for/setup a remote compute
- (web) User is in a notebook and wants to run a cell on a different remote server because this one is more expensive
- (desktop) User opens a notebook and wants to run a cell without entering anything so they can see the output
- (desktop) User opens a notebook and wants to run it on their own compute so they can use the GPU/CPU on that machine
- (desktop) User wants to specify their own compute for all notebooks so they don't have to keep picking a server
- (desktop) User wants to run some cells on local and some cells on remote (need to check telemetry for this)
- (codespaces) User wants to run a cell and not have to specify anything except clicking the run button.