-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
UI issue in the "tree view" if directory called "notebooks" is in the path. #7216
Comments
Thanks @avloss for reporting the issue 👍 Just to double check, which version of Notebook 7 are you using? |
notebook==7.0.7 |
Hi @jtpio, I'm new to open source and very excited to contribute. I'd like to work on this issue. I have made a root cause analysis and here are the observations; Background: The current problem arises because the handlers are activated whenever specific keywords, namely {“notebooks”, “edits”, ”consoles”, ”terminals”}, are found in the path. This leads to undesired behaviour when directories with these keywords are present. For instance:
Potential Solutions:
If you have any alternative ideas, please share them, and I'll explore them further to address the issue. |
Thanks @itsmevichu for looking into this 👍 Yes it looks like there is an issue with how the handlers are set up. If you feel like opening a PR (even as a draft) to investigate these solutions, that would be great! That way it can be more easily tested, and maybe we can also look into adding a test to cover this case. Thanks! |
Sure @jtpio, I will create a PR and let you know. |
Description
Getting a pesky warning in the "tree" view, if path to the directory includes "notebooks"(with that exact spelling).
Reproduce
Expected behavior
No warning happens
The text was updated successfully, but these errors were encountered: