mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 19:12:59 +00:00
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.
This commit is contained in:
@@ -12,6 +12,9 @@ c.NotebookApp.ip = '*'
|
||||
c.NotebookApp.port = 8888
|
||||
c.NotebookApp.open_browser = False
|
||||
|
||||
# https://github.com/jupyter/notebook/issues/3130
|
||||
c.FileContentsManager.delete_to_trash = False
|
||||
|
||||
# Generate a self-signed certificate
|
||||
if 'GEN_CERT' in os.environ:
|
||||
dir_name = jupyter_data_dir()
|
||||
|
Reference in New Issue
Block a user