Merge pull request #635 from mnagaku/mnagaku-patch-send2trash-not-work

send2trash not work
This commit is contained in:
Peter Parente
2018-05-12 14:01:16 -04:00
committed by GitHub

View File

@@ -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()