We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if we could see hidden files/directories in our notebook server file explorer in Nebari.
The following settings need to be added to jupyter_server_config.py in order to enable the "Show Hidden Files" menu option in View.
jupyter_server_config.py
# Hidden Files Settings c.ContentsManager.allow_hidden = True c.FileContentsManager.allow_hidden = True
see hidden files/directories in file explorer
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature description
It would be nice if we could see hidden files/directories in our notebook server file explorer in Nebari.
The following settings need to be added to
jupyter_server_config.py
in order to enable the "Show Hidden Files" menu option in View.Value and/or benefit
see hidden files/directories in file explorer
Anything else?
No response
The text was updated successfully, but these errors were encountered: