Skip to content
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

Display name of resource as virtual filesystem root #249

Open
timkpaine opened this issue Feb 22, 2025 · 0 comments
Open

Display name of resource as virtual filesystem root #249

timkpaine opened this issue Feb 22, 2025 · 0 comments
Labels
lang: javascript PRs or issues related to Javascript lang: python PRs or issues related to Python type: enhancement Minor improvements

Comments

@timkpaine
Copy link
Collaborator

Right now we hash our resources and represent that as a drive. We should switch to using the name of the resource as the root

So e.g. right now if i add a resource to the file browser, it will show as /. We should make it so that if a resource named "blerg" is added to the sidebar, it shows as a folder /blerg, and disallows creation of files/folders at that top level /.

Needs: #248
xref: #195

Should also solve #210 which doesn't seem to be a bug in jupyter-fs but just the default jupyter behavior when you download stuff from the root level. No root level things, no accidental inclusion of the drive (hash).

@timkpaine timkpaine added lang: javascript PRs or issues related to Javascript lang: python PRs or issues related to Python type: enhancement Minor improvements labels Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang: javascript PRs or issues related to Javascript lang: python PRs or issues related to Python type: enhancement Minor improvements
Projects
None yet
Development

No branches or pull requests

1 participant