diff --git a/Dockerfile b/Dockerfile index bb42c2f..e537f5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,6 @@ RUN pip3 install . && \ # Launch Notebook server EXPOSE 8888 -CMD ["jupyter-notebook", "--ip=0.0.0.0", "--allow-root", "--no-browser", "--NotebookApp.token=''"] +CMD ["jupyter-notebook", "--ip=0.0.0.0", "--allow-root", "--no-browser", "--ContentsManager.allow_hidden=True", "--NotebookApp.token=''"] #EOF