[FR] Add support for `fiftyone app connect` on Windows
#1,732 opened on May 6, 2022
Repository metrics
- Stars
- (4,021 stars)
- PR merge metrics
- (Avg merge 3d 11h) (161 merged PRs in 30d)
Description
I tried two methods, both of which failed:
-
Try launching the fiftyone app in the Jupyterlab notebook on the google VM instance. Executing
session = fo.launch_app(dataset)in the cell does not render the app, but shows an error messagelocalhost refused connectionDo I have to do some port forwarding? I have a feeling this is some simple issue that could be fixed with VM configuration.
-
I also tried connecting from my local Windows 10 machine, using a standalone app. Tried the ssh method with
fiftyone app connect -d [XXXX@]XXX.XXX.XXX.244 -i C:\Users\test\.ssh\asd.ppk
Getting an error: RuntimeError: This command is currently not supported on Windows
Tried --destination, same error.

Does this work only for Linux?
- Is there a way to remote connect from a local machine without CLI?