From 428f0a1493893ad21fbf166b6d6ad7c5dff28d2a Mon Sep 17 00:00:00 2001 From: dickmao Date: Tue, 22 Jan 2019 08:15:36 -0500 Subject: [PATCH] turn off --debug in jupyter --- lisp/ein-jupyter.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ein-jupyter.el b/lisp/ein-jupyter.el index 6af8f34..78251ca 100644 --- a/lisp/ein-jupyter.el +++ b/lisp/ein-jupyter.el @@ -38,7 +38,7 @@ :group 'ein :type 'integer) -(defcustom ein:jupyter-server-args '("--no-browser" "--debug") +(defcustom ein:jupyter-server-args '("--no-browser") "Add any additional command line options you wish to include with the call to the jupyter notebook." :group 'ein