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

Disable launcher and new directory in the root directory #42

Open
ellisonbg opened this issue Dec 7, 2024 · 0 comments
Open

Disable launcher and new directory in the root directory #42

ellisonbg opened this issue Dec 7, 2024 · 0 comments
Labels
bug Something isn't working drivebrowser

Comments

@ellisonbg
Copy link
Contributor

The root directory of the jupyter drives is not really a directory, but instead is a list of the buckets. Because of this, creating a file or directory is invalid. When a user tries to do this, in the current version, those operations fail. Right now the error messages are pretty cryptic. At a minimum, we should provide more informative error messages, but ideally, it would be nice to disable the UI in lab for creating files and directories when a user is in the top level of the jupyter drives. This may be a bit subtle though as there are so many paths for creating files, but we may be able to do this by disabling the underlying command. This may require changes to JupyterLab itself, so let's discuss.

@DenisaCG DenisaCG added drivebrowser bug Something isn't working labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working drivebrowser
Projects
None yet
Development

No branches or pull requests

2 participants