From 9b0678682a866044f8cc19f53d2728a6bcb1c498 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Mon, 18 Feb 2019 22:54:25 +0100 Subject: [PATCH] Jupyter config is installed by jupytext Binder specific config is not required any more --- .jupyter/jupyter_notebook_config.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .jupyter/jupyter_notebook_config.py diff --git a/.jupyter/jupyter_notebook_config.py b/.jupyter/jupyter_notebook_config.py deleted file mode 100644 index 3a6c9ce9b..000000000 --- a/.jupyter/jupyter_notebook_config.py +++ /dev/null @@ -1 +0,0 @@ -c.NotebookApp.contents_manager_class = 'jupytext.TextFileContentsManager' # noqa