mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 20:42:57 +00:00
Merge pull request #635 from mnagaku/mnagaku-patch-send2trash-not-work
send2trash not work
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