Commit 1085ca05 authored by Peter Parente's avatar Peter Parente Committed by GitHub

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

send2trash not work
parents 160eb518 b81dad5e
...@@ -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