-
Notifications
You must be signed in to change notification settings - Fork 65
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
Allow JupyterLab to show hidden files #3282
Conversation
This doesn't change any behavior, but just allows JupyterLab to show a 'View -> Show Hidden Files' option that folks can turn on. The only reason it isn't on by default is apparently a historical accident (jupyterlab/jupyterlab#11304 (comment)) Instead of turning it on piecemeal per-hub, this just turns it on for everyone. There's no reason to not. Ref https://2i2c.freshdesk.com/a/tickets/1056
Merging this PR will trigger the following deployment actions. Support and Staging deployments
Production deployments
|
@@ -31,14 +31,6 @@ basehub: | |||
url: "" | |||
custom_html: <a href="https://science.nasa.gov/heliophysics/programs/living-with-a-star/">NASA's Living with a Star program</a> and <a href="https://cpaess.ucar.edu/">UCAR/CPAESS</a> | |||
singleuser: | |||
extraFiles: | |||
# FIXME: document this feature |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we open an issue and link it here? I think FIXME notes in code like this are far too hidden for them to be properly prioritised and actioned
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sgibson91 I was not 100% sure what exactly the 'this' refers to, but based on #3255 (comment) it's clear it's in reference to showing hidden files! So I've opened https://github.com/2i2c-org/infrastructure/issues/3285. Thanks for the catch.
🎉🎉🎉🎉 Monitor the deployment of the hubs here 👉 https://github.com/2i2c-org/infrastructure/actions/runs/6556734525 |
This doesn't change any behavior, but just allows JupyterLab to show a 'View -> Show Hidden Files' option that folks can turn on. The only reason it isn't on by default is apparently a historical
accident (jupyterlab/jupyterlab#11304 (comment))
Instead of turning it on piecemeal per-hub, this just turns it on for everyone. There's no reason to not.
Ref https://2i2c.freshdesk.com/a/tickets/1056