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

[ENH] - Enable “Show Hidden Files” option in Jupyterlab View Menu #1889

Closed
kalpanachinnappan opened this issue Aug 4, 2023 · 0 comments · Fixed by #1893
Closed

[ENH] - Enable “Show Hidden Files” option in Jupyterlab View Menu #1889

kalpanachinnappan opened this issue Aug 4, 2023 · 0 comments · Fixed by #1893

Comments

@kalpanachinnappan
Copy link
Contributor

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.

# Hidden Files Settings
c.ContentsManager.allow_hidden = True
c.FileContentsManager.allow_hidden = True

Value and/or benefit

see hidden files/directories in file explorer

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
1 participant