-
Notifications
You must be signed in to change notification settings - Fork 36
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
Question: How to access files from within a notebook? #217
Comments
This has been an open question for us since day 1, we were inspired by https://github.com/jupyterlab/jupyterlab-data-explorer but have yet to come up with a totally coherent UX around what this would look like for |
Thanks for the quick reply! So that means the answer is no? I have re-authenticate from within the notebook? |
there is not yet a share interface via import jupyterfs
fsspecs = jupyterfs.get_backends()
s3_fsspec = fsspecs["mys3backend"] but this is note done. For now, you'll need to access inside a notebook independently. |
Thanks! |
I'm going to keep this open as I realize we never made a public ticket about this |
Maybe I am missing something obvious, but I could not figure out how to access a file from a fs I connected to from within a notebook. Is this possible?
More specifically, I would like to avoid users having to enter the credentials of the file shares into their notebooks and instead us the already present connection to the share.
The text was updated successfully, but these errors were encountered: