-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fsspec.gui.FileSelector, doesn't work with remote protocols? #1359
Comments
I see the documentation on this is somewhat lacking. The GUI allows you to supply the initial value of the "kwargs" text widget, which must be a string, but evaluate to a python dict. So something like
|
Ah thanks Martin, I understand why but definitely not obvious. However there is a bug after all: The text widget is initialised with an empty dictionary, and since Fixed the initialisation here:
With this change, it seems to work. |
That does seem right. If you make a PR, I will merge it. This can also be tested easily. |
This was fixed by #1360 so closing as completed. |
FileSelector implementation suggests remote protocol support is implemented, but I haven't been able to figure out how to use it?
Maybe the implementation has a bug with storage options?
The text was updated successfully, but these errors were encountered: