turn off --debug in jupyter

This commit is contained in:
dickmao 2019-01-22 08:15:36 -05:00
parent bcbefbe0b9
commit 428f0a1493

View file

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