Commit b81dad5e authored by Masaru Nagaku's avatar Masaru Nagaku Committed by GitHub

send2trash not work

https://github.com/jupyter/notebook/issues/3130
Now, files not delete on https://hub.docker.com/r/jupyter/base-notebook/ and derived container images.
parent 160eb518
...@@ -12,6 +12,9 @@ c.NotebookApp.ip = '*' ...@@ -12,6 +12,9 @@ c.NotebookApp.ip = '*'
c.NotebookApp.port = 8888 c.NotebookApp.port = 8888
c.NotebookApp.open_browser = False c.NotebookApp.open_browser = False
# https://github.com/jupyter/notebook/issues/3130
c.FileContentsManager.delete_to_trash = False
# Generate a self-signed certificate # Generate a self-signed certificate
if 'GEN_CERT' in os.environ: if 'GEN_CERT' in os.environ:
dir_name = jupyter_data_dir() dir_name = jupyter_data_dir()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment