From c09d0e7f415ce49530600315de11bbb464046b62 Mon Sep 17 00:00:00 2001 From: Gary H <26419401+Gary-H9@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:55:03 +0000 Subject: [PATCH] :wrench: Enable hidden files for users --- src/usr/local/bin/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/usr/local/bin/entrypoint.sh b/src/usr/local/bin/entrypoint.sh index 76198cc..55f1c3e 100755 --- a/src/usr/local/bin/entrypoint.sh +++ b/src/usr/local/bin/entrypoint.sh @@ -12,4 +12,5 @@ jupyter lab \ --IdentityProvider.token="" \ --LabApp.extension_manager="readonly" \ --ServerApp.terminado_settings="shell_command=['/bin/bash']" \ - --notebook-dir="/home/analyticalplatform" + --notebook-dir="/home/analyticalplatform" \ + --ContentsManager.allow_hidden="True"